We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7509527 commit 4b81ff5Copy full SHA for 4b81ff5
keylime/src/config/mod.rs
@@ -1,3 +1,3 @@
1
-mod push_model_config;
+mod push_model;
2
3
-pub use push_model_config::*;
+pub use push_model::*;
keylime/src/config/push_model_config.rs renamed to keylime/src/config/push_model.rs
0 commit comments