mirror of
https://github.com/servo/servo.git
synced 2025-07-30 18:50:36 +01:00
Upgrade to rustc 1.37.0-nightly (088b98730 2019-07-03)
This commit is contained in:
parent
a2b76b0169
commit
43a75011be
7 changed files with 14 additions and 6 deletions
|
@ -1,7 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Work around https://github.com/rust-lang/rust/issues/62132
|
||||
if [ "$2" = "synstructure" -o "$2" = "derivative" ]
|
||||
then
|
||||
exit
|
||||
fi
|
||||
|
||||
# Emit documentation for private items so it is easier to look
|
||||
# up internal definitions.
|
||||
#
|
||||
#
|
||||
# Deny "deny warnings" to ensure documenting the crates
|
||||
# succeeds even if new warnings are introduced to the compiler.
|
||||
rustdoc -Z "unstable-options" --cap-lints warn --document-private-items "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue