diff --git a/src/stages/german/mod.rs b/src/stages/german/mod.rs index f72a0351..1c59600d 100644 --- a/src/stages/german/mod.rs +++ b/src/stages/german/mod.rs @@ -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};