]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.lock
Rollup merge of #76198 - CDirkx:const-ordering, r=dtolnay
[rust.git] / Cargo.lock
index b448baf425baa1ced4bea1a33314d5dd6deefb09..9b5a4c24d25ed9017174803806241911b1b9740a 100644 (file)
@@ -1677,6 +1677,15 @@ version = "0.5.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
 
+[[package]]
+name = "lint-docs"
+version = "0.1.0"
+dependencies = [
+ "serde_json",
+ "tempfile",
+ "walkdir",
+]
+
 [[package]]
 name = "lock_api"
 version = "0.3.4"
@@ -3703,6 +3712,7 @@ dependencies = [
  "rustc_data_structures",
  "rustc_errors",
  "rustc_expand",
+ "rustc_feature",
  "rustc_hir",
  "rustc_hir_pretty",
  "rustc_index",