fix: Resolve compilation errors for multiple definitions and parser issues
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
@@ -143,7 +143,7 @@ pub struct OptionsArgs {
|
||||
}
|
||||
|
||||
/// Enum for representing either a number (item ID) or a string (tag).
|
||||
#[derive(Debug, Clone, From)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum NumberOrString {
|
||||
Number(i64),
|
||||
Str(String),
|
||||
|
||||
Reference in New Issue
Block a user