Skip to content

Commit

Permalink
Automatic deploy to GitHub Pages: 5459429
Browse files Browse the repository at this point in the history
  • Loading branch information
GHA CI committed May 16, 2024
1 parent 3073c52 commit 49df5fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions master/lints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6971,11 +6971,11 @@
"id": "panic",
"id_span": {
"path": "src/panic_unimplemented.rs",
"line": 19
"line": 25
},
"group": "restriction",
"level": "allow",
"docs": "\n### What it does\nChecks for usage of `panic!`.\n\n### Why is this bad?\n`panic!` will stop the execution of the executable.\n\n### Example\n```rust\npanic!(\"even with a good reason\");\n```",
"docs": "\n### What it does\nChecks for usage of `panic!`.\n\n### Why is this bad?\n`panic!` will stop the execution of the executable.\n\n### Example\n```rust\npanic!(\"even with a good reason\");\n```\n\n### Configuration\nThis lint has the following configuration variables:\n\n- `allow-panic-in-tests`: Whether `panic` should be allowed in test functions or `#[cfg(test)]` (default: `false`)",
"version": "1.40.0",
"applicability": {
"is_multi_part_suggestion": false,
Expand Down Expand Up @@ -9305,7 +9305,7 @@
"id": "todo",
"id_span": {
"path": "src/panic_unimplemented.rs",
"line": 58
"line": 64
},
"group": "restriction",
"level": "allow",
Expand Down Expand Up @@ -9770,7 +9770,7 @@
"id": "unimplemented",
"id_span": {
"path": "src/panic_unimplemented.rs",
"line": 36
"line": 42
},
"group": "restriction",
"level": "allow",
Expand Down Expand Up @@ -10310,7 +10310,7 @@
"id": "unreachable",
"id_span": {
"path": "src/panic_unimplemented.rs",
"line": 75
"line": 81
},
"group": "restriction",
"level": "allow",
Expand Down

0 comments on commit 49df5fc

Please sign in to comment.