Skip to content

Commit

Permalink
chore: Remove unnecessary pub(self)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Sep 6, 2023
1 parent bc91eb8 commit 634aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stages/german/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ mod words;
// Re-export symbols.
#[allow(clippy::module_name_repetitions)]
pub use driver::GermanStage;
pub(self) use words::{LetterCasing, SpecialCharacter, Umlaut, Word};
use words::{LetterCasing, SpecialCharacter, Umlaut, Word};

0 comments on commit 634aee0

Please sign in to comment.