Skip to content

Commit

Permalink
update: rust-toolchain components
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-rama committed Mar 3, 2024
1 parent 2df4cf8 commit 4079b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]
components = ["rustfmt", "clippy", "llvm-tools", "rustc-dev"]
5 changes: 1 addition & 4 deletions src/bin/extract_links.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use error_chain::error_chain;
use select::{
document::{self, Document},
predicate::Name,
};
use select::{document::Document, predicate::Name};

error_chain! {
foreign_links {
Expand Down

0 comments on commit 4079b32

Please sign in to comment.