Remove unnecessary sigils around Symbol::as_str() calls.
This commit is contained in:
@@ -48,7 +48,7 @@ impl Command {
|
||||
}
|
||||
|
||||
pub fn sym_arg(&mut self, arg: Symbol) -> &mut Command {
|
||||
self.arg(&*arg.as_str());
|
||||
self.arg(arg.as_str());
|
||||
self
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user