cargo doc lints
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
041a7a90f3
commit
d32ea6ec20
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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)]
|
||||
|
|
Loading…
Add table
Reference in a new issue