Skip to content

Commit

Permalink
missed doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fdncred committed Mar 28, 2024
1 parent b12a807 commit d0142c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/menu/menu_functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pub enum ParseAction {
/// index: Some(10),
/// marker: Some("!10"),
/// action: ParseAction::ForwardSearch
/// prefix: None,
/// }

Check failure on line 55 in src/menu/menu_functions.rs

View workflow job for this annotation

GitHub Actions / build-lint-test (ubuntu-latest, stable, bashisms)

expected one of `!`, `,`, `.`, `::`, `?`, `{`, `}`, or an operator, found `prefix`

Check failure on line 55 in src/menu/menu_functions.rs

View workflow job for this annotation

GitHub Actions / build-lint-test (ubuntu-latest, stable, default)

expected one of `!`, `,`, `.`, `::`, `?`, `{`, `}`, or an operator, found `prefix`

Check failure on line 55 in src/menu/menu_functions.rs

View workflow job for this annotation

GitHub Actions / build-lint-test (ubuntu-latest, stable, sqlite)

expected one of `!`, `,`, `.`, `::`, `?`, `{`, `}`, or an operator, found `prefix`

Check failure on line 55 in src/menu/menu_functions.rs

View workflow job for this annotation

GitHub Actions / build-lint-test (ubuntu-latest, stable, basqlite)

expected one of `!`, `,`, `.`, `::`, `?`, `{`, `}`, or an operator, found `prefix`

Check failure on line 55 in src/menu/menu_functions.rs

View workflow job for this annotation

GitHub Actions / build-lint-test (ubuntu-latest, stable, external_printer)

expected one of `!`, `,`, `.`, `::`, `?`, `{`, `}`, or an operator, found `prefix`
/// )
///
Expand Down

0 comments on commit d0142c3

Please sign in to comment.