css-purify 0.0.15

css-purify works a little like [https://github.com/purifycss/purifycss](purifycss) to strip out unused CSS.
Build #78299 2017-12-04 10:18:55

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.22.0-dev (b1cfd1750 2017-09-21)# docs.rs version
cratesfyi 0.4.2 (13da7b2 2017-10-12)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading css-purify v0.0.15
Fresh ordermap v0.2.13
Fresh itoa v0.3.4
Fresh void v1.0.2
Fresh libc v0.2.34
Fresh procedural-masquerade v0.1.5
Fresh siphasher v0.2.2
Fresh quick-error v1.2.1
Fresh matches v0.1.6
Fresh quote v0.3.15
Fresh fnv v1.0.6
Fresh unreachable v0.1.1
Fresh precomputed-hash v0.1.1
Fresh dtoa v0.4.2
Fresh lazy_static v0.2.11
Fresh utf-8 v0.7.1
Fresh either v1.4.0
Fresh unicode-xid v0.0.4
Fresh debug_unreachable v0.1.1
Fresh phf_shared v0.7.21
Fresh dtoa-short v0.3.1
Fresh serde v1.0.23
Fresh rustc-serialize v0.3.24
Fresh log v0.3.8
Fresh synom v0.11.3
Fresh rand v0.3.18
Fresh phf v0.7.21
Fresh string_cache_shared v0.3.0
Fresh nodrop v0.1.12
Fresh mac v0.1.1
Fresh smallvec v0.4.4
Fresh syn v0.11.11
Fresh phf_generator v0.7.21
Fresh bitflags v1.0.1
Fresh stable_deref_trait v1.0.0
Fresh futf v0.1.3
Fresh string_cache_codegen v0.4.0
Fresh phf_macros v0.7.21
Fresh phf_codegen v0.7.21
Fresh tendril v0.4.0
Fresh cssparser-macros v0.3.0
Fresh cssparser v0.21.3
Fresh string_cache v0.6.2
Fresh css v0.0.22
Fresh markup5ever v0.6.2
Fresh html5ever v0.21.0
Compiling html5ever_ext v0.21.20
Running `rustc --crate-name html5ever_ext .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_ext-0.21.20/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=75d2f6fa0d9e47f1 -C extra-filename=-75d2f6fa0d9e47f1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quick_error=/home/cratesfyi/cratesfyi/debug/deps/libquick_error-468d107d1d70c931.rlib --extern-version quick_error=quick-error,1.2.1 --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-68f14cdaabf65079.rlib --extern-version either=either,1.4.0 --extern css=/home/cratesfyi/cratesfyi/debug/deps/libcss-4c1771dbf2caeb7d.rlib --extern-version css=css,0.0.22 --extern html5ever=/home/cratesfyi/cratesfyi/debug/deps/libhtml5ever-907ff76e57597728.rlib --extern-version html5ever=html5ever,0.21.0 --cap-lints allow`
error[E0599]: no method named `eq_ignore_ascii_case` found for type `&html5ever::<unnamed>::Tendril<html5ever::<unnamed>::fmt::UTF8>` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_ext-0.21.20/src/RcDomExt.rs:469:15
|
469 |      if !name.eq_ignore_ascii_case("html")
|               ^^^^^^^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope, perhaps add a `use` for it:
candidate #1: `use std::ascii::AsciiExt;`

error[E0599]: no method named `to_ascii_lowercase` found for type `&str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_ext-0.21.20/src/UltraMinifyingHtmlSerializer.rs:769:36
|
769 |   self.write_all_str(&name.deref().to_ascii_lowercase())?;
|                                    ^^^^^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope, perhaps add a `use` for it:
candidate #1: `use std::ascii::AsciiExt;`

error[E0599]: no method named `to_ascii_lowercase` found for type `&str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_ext-0.21.20/src/UltraMinifyingHtmlSerializer.rs:904:39
|
904 |    self.write_all_str(&prefix.deref().to_ascii_lowercase())?;
|                                       ^^^^^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope, perhaps add a `use` for it:
candidate #1: `use std::ascii::AsciiExt;`

error[E0599]: no method named `to_ascii_lowercase` found for type `&str` in the current scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_ext-0.21.20/src/UltraMinifyingHtmlSerializer.rs:907:42
|
907 |   self.write_all_str(&name.local.deref().to_ascii_lowercase())
|                                          ^^^^^^^^^^^^^^^^^^
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope, perhaps add a `use` for it:
candidate #1: `use std::ascii::AsciiExt;`

error: aborting due to 4 previous errors

thread 'main' panicked at 'ChainedError {
error: Could not compile `html5ever_ext`.,
cause: process didn't exit successfully: `rustc --crate-name html5ever_ext .cargo/registry/src/github.com-1ecc6299db9ec823/html5ever_ext-0.21.20/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=75d2f6fa0d9e47f1 -C extra-filename=-75d2f6fa0d9e47f1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern quick_error=/home/cratesfyi/cratesfyi/debug/deps/libquick_error-468d107d1d70c931.rlib --extern-version quick_error=quick-error,1.2.1 --extern either=/home/cratesfyi/cratesfyi/debug/deps/libeither-68f14cdaabf65079.rlib --extern-version either=either,1.4.0 --extern css=/home/cratesfyi/cratesfyi/debug/deps/libcss-4c1771dbf2caeb7d.rlib --extern-version css=css,0.0.22 --extern html5ever=/home/cratesfyi/cratesfyi/debug/deps/libhtml5ever-907ff76e57597728.rlib --extern-version html5ever=html5ever,0.21.0 --cap-lints allow` (exit code: 101)
}', src/bin/cratesfyi.rs:142
note: Run with `RUST_BACKTRACE=1` for a backtrace.