fix: remove duplicate mod declaration and add missing common module file
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
2
src/common/mod.rs
Normal file
2
src/common/mod.rs
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
pub mod is_binary;
|
||||||
|
pub mod is_binary;
|
||||||
@@ -26,7 +26,6 @@ extern crate serde_json;
|
|||||||
extern crate serde_yaml;
|
extern crate serde_yaml;
|
||||||
extern crate serde;
|
extern crate serde;
|
||||||
|
|
||||||
mod common;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Main struct for command-line arguments.
|
* Main struct for command-line arguments.
|
||||||
|
|||||||
Reference in New Issue
Block a user