We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfb3e8 commit bb14084Copy full SHA for bb14084
1 file changed
src/api/mod.rs
@@ -1,5 +1,5 @@
1
-pub mod search;
2
pub mod projects;
+pub mod search;
3
pub mod versions;
4
5
-use crate::{ModrinthAPI, Result, BASE_URL};
+use crate::{BASE_URL, ModrinthAPI, Result};
0 commit comments