cargo doc lints

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-28 20:57:32 -04:00 committed by June
parent 041a7a90f3
commit d32ea6ec20
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
//! hot reloadable functions, generally called by the admin room test commands
//! see https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage for more details if you are a dev
//! see <https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage> for more details if you are a dev
#[no_mangle]
pub fn test_command() {

View file

@ -1,5 +1,5 @@
//! test commands generally used for hot lib reloadable functions.
//! see https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage for more details if you are a dev
//! see <https://github.com/rksm/hot-lib-reloader-rs?tab=readme-ov-file#usage> for more details if you are a dev
//#[cfg(not(feature = "hot_reload"))]
//#[allow(unused_imports)]