Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove invalid case from docuemnt example for cargo lintdoc
chore: docs
  • Loading branch information
unvalley committed Jul 6, 2023
commit 23937a0cd7750067fafec8fdd3ae705df67e3b4d
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ declare_rule! {
/// const x = "Don't use \9 escape.";
/// ```
///
/// ```js,expect_diagnostic
/// const x = "\0\8";
/// ```
///
/// ## Valid
///
/// ```js
Expand All @@ -55,10 +51,6 @@ declare_rule! {
/// const x = "Don't use \\8 and \\9 escapes.";
/// ```
///
/// ```js
/// const x = "\0\u0038";;
/// ```
///
pub(crate) NoNonoctalDecimalEscape {
version: "next",
name: "noNonoctalDecimalEscape",
Expand Down
84 changes: 0 additions & 84 deletions website/src/pages/lint/rules/noNonoctalDecimalEscape.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.