You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This configuration suggests an action to be done when the command is unknown. In this case, when an unknown command is encountered, the system might suggest alternatives
51
-
on_unknown_suggest = [ "dep:textdistance"]
51
+
on_unknown_suggest = [ ]
52
52
53
53
[dependencies]
54
54
serde = { version = "1.0", features = ["derive"] }
@@ -62,15 +62,12 @@ phf = { version = "0.11", features = ["macros"] }
Copy file name to clipboardExpand all lines: module/move/unilang/tests/command_registry_debug_test.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
//! and retrieval of commands using fully qualified names, including debug prints
7
7
//! of string keys and their byte representations.
8
8
//!
9
+
10
+
#![ allow( clippy::uninlined_format_args )]
9
11
//! | ID | Test Case | Expected Behavior | Debug Output |
10
12
//! |---|---|---|---|
11
13
//! | T-REG-1 | Register and retrieve command with namespace | Command should be found using its fully qualified name. | Print registered key and lookup key with byte representations. |
0 commit comments