@@ -1,5 +1,5 @@
|
|||||||
//! hot reloadable functions, generally called by the admin room test commands
|
//! 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]
|
#[no_mangle]
|
||||||
pub fn test_command() {
|
pub fn test_command() {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//! test commands generally used for hot lib reloadable functions.
|
//! 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"))]
|
//#[cfg(not(feature = "hot_reload"))]
|
||||||
//#[allow(unused_imports)]
|
//#[allow(unused_imports)]
|
||||||
|
|||||||
Reference in New Issue
Block a user