diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-06 17:08:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 02:56:28 +0800 |
| commit | 7daa5c3878e1bd98d91d8a1af421c5d0290d4bb3 (patch) | |
| tree | 79f25d847391a21fae27f99368722ae2193aeb06 /mingling_cli/src | |
| parent | 5db50459092c0c2eb2e89ae3d31564331876b76a (diff) | |
chore: align markdown table formatting
Diffstat (limited to 'mingling_cli/src')
| -rw-r--r-- | mingling_cli/src/lints/non_mingling_naming_style.rs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mingling_cli/src/lints/non_mingling_naming_style.rs b/mingling_cli/src/lints/non_mingling_naming_style.rs index 83168b7..eee3098 100644 --- a/mingling_cli/src/lints/non_mingling_naming_style.rs +++ b/mingling_cli/src/lints/non_mingling_naming_style.rs @@ -4,14 +4,14 @@ //! //! Checks that Mingling functions follow naming conventions: //! -//! | Prefix | 1st param must be | -//! |--------|------------------| -//! | `handle_` | `Entry*` | -//! | `handle_state_` | `State*` | -//! | `handle_error_` | `Error*` | -//! | `help_` | `Entry*` | -//! | `render_` | `Result*` | -//! | `render_error_` | `Error*` | +//! | Prefix | 1st param must be | +//! |-----------------|-------------------| +//! | `handle_` | `Entry*` | +//! | `handle_state_` | `State*` | +//! | `handle_error_` | `Error*` | +//! | `help_` | `Entry*` | +//! | `render_` | `Result*` | +//! | `render_error_` | `Error*` | //! //! The name after prefix (snake_case) must match the type after prefix (PascalCase). //! |
