mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-12 22:57:10 +00:00
Fix lint task
This commit is contained in:
parent
bcfc93f5d7
commit
de5b322eea
2 changed files with 2 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -10,7 +10,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 = "../extension/index/lints.js";
|
||||
|
||||
/// Lint task
|
||||
|
|
Loading…
Reference in a new issue