We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2b72b commit e8bfa06Copy full SHA for e8bfa06
rakelib/doc.rake
@@ -81,7 +81,7 @@ namespace :doc do
81
82
desc "Generate Rust documentation as JSON"
83
task :rustdoc do
84
- nightly = File.readlines("NIGHTLY_VERSION").first
+ nightly = File.readlines("NIGHTLY_VERSION").first.strip
85
sh <<~CMD
86
cargo +#{nightly} rustdoc \
87
--target-dir tmp/doc/target \
0 commit comments