Skip to content

Commit 2bd8c7b

Browse files
del.
1 parent 4e2909b commit 2bd8c7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

command/src/c_build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
完成后,可在command.rs中声明方法,并在arg.rs中进行配置
10-
详见:[rust添加方法](../src/commands/README.md)
10+
详见:[rust添加方法](../commands/README.md)
1111

1212
```rust
1313

command/src/commands/command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ pub fn ls() -> io::Result<(usize,String)> {
7070

7171
// ll
7272
#[allow(unused_assignments)]
73+
#[allow(unused_mut)]
7374
pub fn ll(context: &SessionContext) -> io::Result<(usize,String)>{
7475
let dir_path = Path::new("./");
7576
let mut result = String::new();

0 commit comments

Comments
 (0)