You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.rs
+30-13
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ fn main() {
21
21
22
22
// Generate src/extras/mod.rs
23
23
letmut out = fs::File::create("src/extras/mod.rs").unwrap();
24
-
write!(out,"#[rustfmt::skip]\nmod comunities;\n#[rustfmt::skip]\nmod projects;\npub use comunities::*;\npub use projects::*;\n").unwrap();
24
+
write!(out,"#[rustfmt::skip]\nmod other_communities;\nmod rust_communities;\n#[rustfmt::skip]\nmod projects;\npub use other_communities::*;\npub use rust_communities::*;\npub use projects::*;\n").unwrap();
0 commit comments