add rust formatting rules
This commit is contained in:
parent
63b983b08f
commit
74cc9bccaa
7 changed files with 32 additions and 15 deletions
|
@ -1,6 +1,7 @@
|
|||
use super::COMMAND_LIST;
|
||||
use std::process::Command;
|
||||
|
||||
use super::COMMAND_LIST;
|
||||
|
||||
pub(crate) fn say_hello() {
|
||||
println!("Hello, World!");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue