]> git.lizzy.rs Git - rust.git/blobdiff - src/rustc/Cargo.toml
doc: "mut" not needed for the examples
[rust.git] / src / rustc / Cargo.toml
index 9fcefd9d3a4dd5e399304489270f3865c25908b9..7431c35efba01752e01dc51b9e9f6d22f9caf62c 100644 (file)
@@ -11,10 +11,6 @@ path = "rustc.rs"
 name = "rustdoc"
 path = "rustdoc.rs"
 
-[[bin]]
-name = "rustbook"
-path = "rustbook.rs"
-
 [profile.release]
 opt-level = 2
 
@@ -27,10 +23,9 @@ debug-assertions = false
 # All optional dependencies so the features passed to this Cargo.toml select
 # what should actually be built.
 [dependencies]
-rustbook = { path = "../rustbook", optional = true }
 rustc_back = { path = "../librustc_back" }
 rustc_driver = { path = "../librustc_driver" }
-rustdoc = { path = "../librustdoc", optional = true }
+rustdoc = { path = "../librustdoc" }
 
 [features]
 jemalloc = ["rustc_back/jemalloc"]