We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b7329 commit e6c08b6Copy full SHA for e6c08b6
1 file changed
src/main.rs
@@ -12,7 +12,7 @@ pub fn main() {
12
let args = Args::parse();
13
14
if let Some(s) = args.input {
15
- code::main(s);
+ code::main(&s);
16
} else {
17
ie::main();
18
}
0 commit comments