diff --git a/bindings/rust/build.rs b/bindings/rust/build.rs index 4cc26f5..da01bde 100644 --- a/bindings/rust/build.rs +++ b/bindings/rust/build.rs @@ -15,12 +15,9 @@ fn main() { // If your language uses an external scanner written in C, // then include this block of code: - - /* let scanner_path = src_dir.join("scanner.c"); c_config.file(&scanner_path); println!("cargo:rerun-if-changed={}", scanner_path.to_str().unwrap()); - */ c_config.compile("parser"); println!("cargo:rerun-if-changed={}", parser_path.to_str().unwrap());