Skip to content

Commit

Permalink
Update search index
Browse files Browse the repository at this point in the history
Folyd committed Oct 16, 2024
1 parent 60d27b2 commit 488f3b3
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/index/books.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index/caniuse.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index/labels.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index/lints.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rust/src/tasks/lints.rs
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ use tokio::runtime::Runtime;
use crate::minify::Minifier;
use crate::tasks::Task;

const LINT_URL: &str = "https://rust-lang.github.io/rust-clippy/master/lints.json";
const LINT_URL: &str = "https://rust-lang.github.io/rust-clippy/stable/lints.json";
const LINTS_INDEX_PATH: &str = "../lib/index/lints.js";

/// Lint task

0 comments on commit 488f3b3

Please sign in to comment.