Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
fix: remove unneeded pub
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuc committed May 24, 2019
1 parent becc991 commit a150079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod commands;
mod emoji;
mod install;
mod installer;
pub mod user;
mod user;
mod wranglerjs;

use user::User;
Expand Down

0 comments on commit a150079

Please sign in to comment.