Skip to content

Commit eae4cac

Browse files
committed
refactor: move c2rust-refactor bin target from bin/c2rust-refactor.rs to main.rs
1 parent 012b1dd commit eae4cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c2rust-refactor/src/bin/c2rust-refactor.rs renamed to c2rust-refactor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::str::FromStr;
88
use c2rust_refactor::{file_io, CargoTarget, Command, Cursor, Mark, Options, RustcArgSource};
99

1010
fn main() {
11-
let yaml = load_yaml!("../refactor.yaml");
11+
let yaml = load_yaml!("refactor.yaml");
1212
let args = App::from_yaml(yaml).get_matches();
1313

1414
let opts = match parse_opts(&args) {

0 commit comments

Comments
 (0)