Skip to content

Commit

Permalink
fix unexpected delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley committed Jan 4, 2024
1 parent 9963016 commit 1ba0b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use proc_macro::TokenStream;
///
/// Given a Struct:
///
/// #[[derive(ConfigSource)]]
/// #[derive(ConfigSource)]
/// pub struct CmdOptions {

Check failure on line 22 in proc-macros/src/lib.rs

View workflow job for this annotation

GitHub Actions / static_code_analysis

cannot find derive macro `ConfigSource` in this scope
/// pub endpoint: String,
/// pub log_level: Option<String>,
Expand Down

0 comments on commit 1ba0b40

Please sign in to comment.