Skip to content

Instantly share code, notes, and snippets.

@QuietMisdreavus
Created September 5, 2017 16:29
Show Gist options
  • Save QuietMisdreavus/727a1bade2b9335f86e360b1159ab227 to your computer and use it in GitHub Desktop.
Save QuietMisdreavus/727a1bade2b9335f86e360b1159ab227 to your computer and use it in GitHub Desktop.
running rustdoc with --enable-commonmark on just rocket
Compiling rocket v0.4.0-dev (file:///home/misdreavus/clones/rocket-git/lib)
Documenting rocket v0.4.0-dev (file:///home/misdreavus/clones/rocket-git/lib)
warning: this expression is being lifted blindly
warning: this expression is being lifted blindly
warning: this expression is being lifted blindly
WARNING: documentation for this crate may be rendered differently using the new Pulldown renderer.
See https://github.com/rust-lang/rust/issues/44229 for details.
WARNING: rendering difference in `# Rocket - Core API Documentation...`
--> src/lib.rs:1:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "rocket---core-api-documentation-1", "class": "section-header"}`, found: `{"id": "rocket---core-api-documentation", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "libraries-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "libraries"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "usage-1"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "configuration-1", "class": "section-header"}`, found: `{"id": "configuration", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "testing-1"}`, found: `{"class": "section-header", "id": "testing"}`
WARNING: rendering difference in `An error that occurs during launch....`
--> src/error.rs:93:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "usage"}`
WARNING: rendering difference in `Retrieve the `kind` of the launch error....`
--> src/error.rs:127:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Fairings: callbacks at attach, launch, request, and response time....`
--> src/fairing/mod.rs:1:0
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "attaching-1"}`, found: `{"class": "section-header", "id": "attaching"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "ordering-1"}`, found: `{"class": "section-header", "id": "ordering"}`
WARNING: rendering difference in `Trait implemented by fairings: Rocket's structured middleware....`
--> src/fairing/mod.rs:256:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "considerations-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "considerations"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "fairing-callbacks-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "fairing-callbacks"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "implementing-1"}`, found: `{"class": "section-header", "id": "implementing"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "fairing-info-1", "class": "section-header"}`, found: `{"id": "fairing-info", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "restrictions-1"}`, found: `{"id": "restrictions", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Returns an [`Info`](/rocket/fairing/struct.Info.html) structure...`
--> src/fairing/mod.rs:291:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `The attach callback. Returns `Ok` if launch should proceed and `Err` if...`
--> src/fairing/mod.rs:304:4
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "default-implementation-1", "class": "section-header"}`, found: `{"id": "default-implementation", "class": "section-header"}`
WARNING: rendering difference in `The launch callback....`
--> src/fairing/mod.rs:317:4
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "default-implementation-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "default-implementation-2"}`
WARNING: rendering difference in `The request callback....`
--> src/fairing/mod.rs:330:4
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "default-implementation-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "default-implementation-4"}`
WARNING: rendering difference in `The response callback....`
--> src/fairing/mod.rs:343:4
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "default-implementation-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "default-implementation-6"}`
WARNING: rendering difference in `A ad-hoc fairing that can be created from a function or closure....`
--> src/fairing/ad_hoc.rs:35:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"id": "usage", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Constructs an `AdHoc` attach fairing. The function `f` will be called by...`
--> src/fairing/ad_hoc.rs:63:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Constructs an `AdHoc` launch fairing. The function `f` will be called by...`
--> src/fairing/ad_hoc.rs:82:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Constructs an `AdHoc` request fairing. The function `f` will be called...`
--> src/fairing/ad_hoc.rs:102:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Constructs an `AdHoc` response fairing. The function `f` will be called...`
--> src/fairing/ad_hoc.rs:122:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Returns `true` if `self` is a superset of `other`. In other words,...`
--> src/fairing/info_kind.rs:80:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if `self` is exactly `other`....`
--> src/fairing/info_kind.rs:100:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Information about a [`Fairing`](/rocket/fairing/trait.Fairing.html)....`
--> src/fairing/info_kind.rs:25:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Return the `Outcome` of response to `req` from `responder`....`
--> src/handler.rs:31:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Return an `Outcome` of `Failure` with the status code `code`. This is...`
--> src/handler.rs:56:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Return an `Outcome` of `Forward` with the data `data`. This is...`
--> src/handler.rs:77:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Trait implemented by data guards to derive a value from request body data....`
--> src/data/from_data.rs:214:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "data-guards-1", "class": "section-header"}`, found: `{"id": "data-guards", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "example-2"}`, found: `{"class": "section-header", "id": "example"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "outcomes-1", "class": "section-header"}`, found: `{"id": "outcomes", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "provided-implementations-1"}`, found: `{"class": "section-header", "id": "provided-implementations"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-1", "class": "section-header"}`
WARNING: rendering difference in `Type representing the data in the body of an incoming request....`
--> src/data/data.rs:54:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "reading-data-1"}`, found: `{"class": "section-header", "id": "reading-data"}`
WARNING: rendering difference in `Returns the raw data stream....`
--> src/data/data.rs:77:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Retrieve the `peek` buffer....`
--> src/data/data.rs:158:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Returns true if the `peek` buffer contains all of the data in the body...`
--> src/data/data.rs:182:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `A helper method to write the body of the request to any `Write` type....`
--> src/data/data.rs:203:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `A helper method to write the body of the request to a file at the path...`
--> src/data/data.rs:225:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Application configuration and configuration parameter retrieval....`
--> src/config/mod.rs:1:0
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "application-configuration-1"}`, found: `{"class": "section-header", "id": "application-configuration"}`
/html[0]/body[1] Attributes differ in `h3`: expected: `{"class": "section-header", "id": "environments-1"}`, found: `{"id": "environments", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h3`: expected: `{"id": "configuration-parameters-1", "class": "section-header"}`, found: `{"id": "configuration-parameters", "class": "section-header"}`
/html[0]/body[1]/ul[7]/li[5] Tags differ: expected: `strong`, found: `p`
/html[0]/body[1]/ul[7]/li[5] Types differ: expected: ``, found: `ol`
/html[0]/body[1]/ul[7]/li[5] Tags differ: expected: `em`, found: `ul`
/html[0]/body[1]/ul[7]/li[5] One element is missing: expected: ``
/html[0]/body[1]/ul[7]/li[5] One element is missing: expected: `ol`
/html[0]/body[1]/ul[7]/li[5] One element is missing: expected: `ul`
/html[0]/body[1]/ul[7]/li[6] Tags differ: expected: `strong`, found: `p`
/html[0]/body[1]/ul[7]/li[6] Types differ: expected: ``, found: `ul`
/html[0]/body[1]/ul[7]/li[6] One element is missing: expected: `em`
/html[0]/body[1]/ul[7]/li[6] One element is missing: expected: ``
/html[0]/body[1]/ul[7]/li[6] One element is missing: expected: `em`
/html[0]/body[1]/ul[7]/li[6] One element is missing: expected: ``
/html[0]/body[1]/ul[7]/li[6] One element is missing: expected: `em`
/html[0]/body[1]/ul[7]/li[6] One element is missing: expected: ``
/html[0]/body[1]/ul[7]/li[6] One element is missing: expected: `ul`
/html[0]/body[1] Attributes differ in `h3`: expected: `{"class": "section-header", "id": "rockettoml-1"}`, found: `{"class": "section-header", "id": "rockettoml"}`
/html[0]/body[1] Attributes differ in `h3`: expected: `{"id": "tls-configuration-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "tls-configuration"}`
/html[0]/body[1] Attributes differ in `h3`: expected: `{"id": "environment-variables-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "environment-variables"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "retrieving-configuration-parameters-1"}`, found: `{"id": "retrieving-configuration-parameters", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if `self` is `Environment::Development`....`
--> src/config/environment.rs:34:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Returns `true` if `self` is `Environment::Staging`....`
--> src/config/environment.rs:52:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Returns `true` if `self` is `Environment::Production`....`
--> src/config/environment.rs:70:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Retrieves the "active" environment as determined by the `ROCKET_ENV`...`
--> src/config/environment.rs:86:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-1", "class": "section-header"}`, found: `{"id": "errors", "class": "section-header"}`
WARNING: rendering difference in `Parses a configuration environment from a string. Should be used...`
--> src/config/environment.rs:149:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if `self` is of `NotFound` variant....`
--> src/config/error.rs:118:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Create a new `ConfigBuilder` instance using the default parameters from...`
--> src/config/builder.rs:56:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Sets the `address` in the configuration being built....`
--> src/config/builder.rs:88:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Sets the `port` in the configuration being built....`
--> src/config/builder.rs:107:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Sets `workers` in the configuration being built....`
--> src/config/builder.rs:126:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Sets the `log_level` in the configuration being built....`
--> src/config/builder.rs:145:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Sets the `secret_key` in the configuration being built....`
--> src/config/builder.rs:162:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Sets the `limits` in the configuration being built....`
--> src/config/builder.rs:178:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Sets the TLS configuration in the configuration being built....`
--> src/config/builder.rs:200:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-14"}`
WARNING: rendering difference in `Sets the `environment` in the configuration being built....`
--> src/config/builder.rs:221:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-17", "class": "section-header"}`, found: `{"id": "example-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the `root` in the configuration being built....`
--> src/config/builder.rs:240:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-19"}`, found: `{"class": "section-header", "id": "example-18"}`
WARNING: rendering difference in `Adds an extra configuration parameter with `name` and `value` to the...`
--> src/config/builder.rs:264:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-21", "class": "section-header"}`, found: `{"id": "example-20", "class": "section-header"}`
WARNING: rendering difference in `Return the `Config` structure that was being built by this builder....`
--> src/config/builder.rs:296:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-22"}`
WARNING: rendering difference in `Return the `Config` structure that was being built by this builder....`
--> src/config/builder.rs:336:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-25"}`, found: `{"id": "example-24", "class": "section-header"}`
WARNING: rendering difference in `Returns the `Config` structure that was being built by this builder....`
--> src/config/builder.rs:360:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-27"}`, found: `{"id": "example-26", "class": "section-header"}`
WARNING: rendering difference in `Structure for Rocket application configuration....`
--> src/config/config.rs:41:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "usage-1"}`, found: `{"id": "usage", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "general-configuration-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "general-configuration"}`
WARNING: rendering difference in `Returns a builder for `Config` structure where the default parameters...`
--> src/config/config.rs:98:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Creates a new configuration using the default parameters for the...`
--> src/config/config.rs:119:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-1"}`, found: `{"id": "errors", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Returns a builder for `Config` structure where the default parameters...`
--> src/config/config.rs:141:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-3", "class": "section-header"}`, found: `{"id": "errors-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Creates a new configuration using the default parameters from the...`
--> src/config/config.rs:162:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-5"}`, found: `{"class": "section-header", "id": "errors-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Creates a new configuration using the default parameters from the...`
--> src/config/config.rs:183:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Sets the root directory of this configuration to `root`....`
--> src/config/config.rs:315:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Sets the address of `self` to `address`....`
--> src/config/config.rs:345:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-9"}`, found: `{"class": "section-header", "id": "errors-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Sets the `port` of `self` to `port`....`
--> src/config/config.rs:370:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"id": "example-14", "class": "section-header"}`
WARNING: rendering difference in `Sets the number of `workers` in `self` to `workers`....`
--> src/config/config.rs:389:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Sets the `secret_key` in `self` to `key` which must be a 192-bit base64...`
--> src/config/config.rs:415:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-19"}`, found: `{"id": "example-18", "class": "section-header"}`
WARNING: rendering difference in `Sets the logging level for `self` to `log_level`....`
--> src/config/config.rs:448:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-21"}`, found: `{"id": "example-20", "class": "section-header"}`
WARNING: rendering difference in `Set the receive limits in `self` to `limits`....`
--> src/config/config.rs:467:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-23", "class": "section-header"}`, found: `{"id": "example-22", "class": "section-header"}`
WARNING: rendering difference in `Sets the TLS configuration in `self`....`
--> src/config/config.rs:497:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-25", "class": "section-header"}`, found: `{"id": "example-24", "class": "section-header"}`
WARNING: rendering difference in `Sets the extras for `self` to be the key/value pairs in `extras`....`
--> src/config/config.rs:561:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-26"}`
WARNING: rendering difference in `Returns an iterator over the names and values of all of the extras in...`
--> src/config/config.rs:590:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-28"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a string....`
--> src/config/config.rs:619:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-15"}`, found: `{"id": "errors-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-31"}`, found: `{"id": "example-30", "class": "section-header"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as an integer....`
--> src/config/config.rs:643:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-17"}`, found: `{"class": "section-header", "id": "errors-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-33", "class": "section-header"}`, found: `{"id": "example-32", "class": "section-header"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a boolean....`
--> src/config/config.rs:667:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-19", "class": "section-header"}`, found: `{"id": "errors-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-35", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-34"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a float....`
--> src/config/config.rs:691:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-21"}`, found: `{"class": "section-header", "id": "errors-20"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-37", "class": "section-header"}`, found: `{"id": "example-36", "class": "section-header"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a slice of an array....`
--> src/config/config.rs:715:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-23"}`, found: `{"class": "section-header", "id": "errors-22"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-38"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a table....`
--> src/config/config.rs:743:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-25"}`, found: `{"id": "errors-24", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-41"}`, found: `{"class": "section-header", "id": "example-40"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a datetime value....`
--> src/config/config.rs:769:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-27"}`, found: `{"id": "errors-26", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-43"}`, found: `{"class": "section-header", "id": "example-42"}`
WARNING: rendering difference in `Returns the path at which the configuration file for `self` is stored....`
--> src/config/config.rs:789:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-45", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-44"}`
WARNING: rendering difference in `If `path` is a relative path, `path` is appended to the [`root`] at...`
--> src/config/config.rs:816:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-47"}`, found: `{"id": "example-46", "class": "section-header"}`
WARNING: rendering difference in `Mapping from data type to size limits....`
--> src/config/custom_values.rs:79:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "defaults-1"}`, found: `{"class": "section-header", "id": "defaults"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"id": "usage", "class": "section-header"}`
WARNING: rendering difference in `Construct a new `Limits` structure with the default limits set....`
--> src/config/custom_values.rs:104:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Adds or replaces a limit in `self`, consuming `self` and returning a new...`
--> src/config/custom_values.rs:125:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Retrieve the set limit, if any, for the data type with name `name`....`
--> src/config/custom_values.rs:162:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Success, failure, and forward handling....`
--> src/outcome.rs:1:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "success-1"}`, found: `{"class": "section-header", "id": "success"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "failure-1"}`, found: `{"class": "section-header", "id": "failure"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "forward-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "forward"}`
WARNING: rendering difference in `Unwraps the Outcome, yielding the contents of a Success....`
--> src/outcome.rs:162:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Unwraps the Outcome, yielding the contents of a Success....`
--> src/outcome.rs:185:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Return true if this `Outcome` is a `Success`....`
--> src/outcome.rs:210:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Return true if this `Outcome` is a `Failure`....`
--> src/outcome.rs:235:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Return true if this `Outcome` is a `Forward`....`
--> src/outcome.rs:260:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Types and traits to build and send responses....`
--> src/response/mod.rs:1:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "composing-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "composing"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "contrib-1"}`, found: `{"id": "contrib", "class": "section-header"}`
WARNING: rendering difference in `Trait implemented by types that generate responses for clients....`
--> src/response/responder.rs:168:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "return-value-1"}`, found: `{"class": "section-header", "id": "return-value"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "provided-implementations-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "provided-implementations"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "implementation-tips-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "implementation-tips"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "debug-1"}`, found: `{"id": "debug", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "joining-and-merging-1"}`, found: `{"id": "joining-and-merging", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "inspecting-requests-1"}`, found: `{"class": "section-header", "id": "inspecting-requests"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Creates a response with the given status code and underyling responder....`
--> src/response/status.rs:194:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Sets the status of the response to 404 (Not Found)....`
--> src/response/status.rs:171:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Sets the status of the response to 205 (Reset Content)....`
--> src/response/status.rs:148:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Sets the status of the response to 204 (No Content)....`
--> src/response/status.rs:126:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Sets the status of the response to 202 (Accepted)....`
--> src/response/status.rs:99:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Sets the status of the response to 201 (Created)....`
--> src/response/status.rs:34:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Contains types that set the Content-Type of a response....`
--> src/response/content.rs:1:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Sets the Content-Type of a `Responder` to a chosen value....`
--> src/response/content.rs:45:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Sets the Content-Type of a `Responder` to a chosen value....`
--> src/response/content.rs:45:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Create a new stream from the given `reader` and sets the chunk size for...`
--> src/response/stream.rs:32:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Attempts to open a file in read-only mode....`
--> src/response/named_file.rs:32:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Retrieve the path of this file....`
--> src/response/named_file.rs:71:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Attempts to sync all OS-internal metadata to disk....`
--> /checkout/src/libstd/fs.rs:285:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `This function is similar to [`sync_all`], except that it may not...`
--> /checkout/src/libstd/fs.rs:316:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Truncates or extends the underlying file, updating the size of...`
--> /checkout/src/libstd/fs.rs:344:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-3", "class": "section-header"}`, found: `{"id": "errors-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Queries metadata about the underlying file....`
--> /checkout/src/libstd/fs.rs:362:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Creates a new independently owned handle to the underlying file....`
--> /checkout/src/libstd/fs.rs:384:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Changes the permissions on the underlying file....`
--> /checkout/src/libstd/fs.rs:420:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "platform-specific-behavior-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "platform-specific-behavior"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Sets a "flash" cookie that will be removed when it is accessed. The...`
--> src/response/flash.rs:87:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "response-1", "class": "section-header"}`, found: `{"id": "response", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Constructs a new `Flash` message with the given `name`, `msg`, and...`
--> src/response/flash.rs:108:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Constructs a "success" `Flash` message with the given `responder` and...`
--> src/response/flash.rs:130:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Constructs a "warning" `Flash` message with the given `responder` and...`
--> src/response/flash.rs:148:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Constructs an "error" `Flash` message with the given `responder` and...`
--> src/response/flash.rs:166:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Construct a temporary "see other" (303) redirect response. This is the...`
--> src/response/redirect.rs:26:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Construct a "temporary" (307) redirect response. This response instructs...`
--> src/response/redirect.rs:44:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Construct a "permanent" (308) redirect response. This redirect must only...`
--> src/response/redirect.rs:63:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Construct a temporary "found" (302) redirect response. This response...`
--> src/response/redirect.rs:82:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Construct a permanent "moved" (301) redirect response. This response...`
--> src/response/redirect.rs:99:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Type for easily building `Response`s....`
--> src/response/response.rs:161:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "headers-1"}`, found: `{"id": "headers", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "joining-and-merging-1"}`, found: `{"class": "section-header", "id": "joining-and-merging"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Creates a new `ResponseBuilder` that will build on top of the `base`...`
--> src/response/response.rs:178:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Sets the status of the `Response` being built to `status`....`
--> src/response/response.rs:198:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Sets the status of the `Response` being built to a custom status...`
--> src/response/response.rs:217:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Adds `header` to the `Response`, replacing any header with the same name...`
--> src/response/response.rs:247:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Adds `header` to the `Response` by adjoining the header with any...`
--> src/response/response.rs:278:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-11", "class": "section-header"}`, found: `{"id": "example-10", "class": "section-header"}`
WARNING: rendering difference in `Adds custom a header to the `Response` with the given name and value,...`
--> src/response/response.rs:303:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-13"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Adds custom header to the `Response` with the given name and value,...`
--> src/response/response.rs:330:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"id": "example-14", "class": "section-header"}`
WARNING: rendering difference in `Sets the body of the `Response` to be the fixed-sized `body`....`
--> src/response/response.rs:357:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Sets the body of the `Response` to be the streamed `body`....`
--> src/response/response.rs:383:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-19"}`, found: `{"class": "section-header", "id": "example-18"}`
WARNING: rendering difference in `Sets the body of the `Response` to be the streamed `body` with a custom...`
--> src/response/response.rs:410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-21"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`. This method should typically not...`
--> src/response/response.rs:433:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-23"}`, found: `{"class": "section-header", "id": "example-22"}`
WARNING: rendering difference in `Merges the `other` `Response` into `self` by setting any fields in...`
--> src/response/response.rs:478:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-25", "class": "section-header"}`, found: `{"id": "example-24", "class": "section-header"}`
WARNING: rendering difference in `Joins the `other` `Response` into `self` by setting any fields in `self`...`
--> src/response/response.rs:522:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-27"}`, found: `{"id": "example-26", "class": "section-header"}`
WARNING: rendering difference in `Retrieve the built `Response`....`
--> src/response/response.rs:540:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-29", "class": "section-header"}`, found: `{"id": "example-28", "class": "section-header"}`
WARNING: rendering difference in `Retrieve the built `Response` wrapped in `Ok`....`
--> src/response/response.rs:558:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-30"}`
WARNING: rendering difference in `Creates a new, empty `Response` without a status, body, or headers....`
--> src/response/response.rs:590:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns a `ResponseBuilder` with a base of `Response::new()`....`
--> src/response/response.rs:609:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Returns a `ResponseBuilder` with a base of `other`....`
--> src/response/response.rs:625:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Returns the status of `self`....`
--> src/response/response.rs:644:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Sets the status of `self` to `status`....`
--> src/response/response.rs:661:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Returns the Content-Type header of `self`. If the header is not present...`
--> src/response/response.rs:679:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Sets the status of `self` to a custom `status` with status code `code`...`
--> src/response/response.rs:698:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-12"}`
WARNING: rendering difference in `Returns a [`HeaderMap`](/rocket/http/struct.HeaderMap.html) of all of...`
--> src/response/response.rs:721:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-14"}`
WARNING: rendering difference in `Sets the header `header` in `self`. Any existing headers with the name...`
--> src/response/response.rs:748:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"id": "example-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the custom header with name `name` and value `value` in `self`. Any...`
--> src/response/response.rs:774:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-19"}`, found: `{"class": "section-header", "id": "example-18"}`
WARNING: rendering difference in `Adds the header `header` to `self`. If `self` contains headers with the...`
--> src/response/response.rs:803:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-21"}`, found: `{"id": "example-20", "class": "section-header"}`
WARNING: rendering difference in `Adds a custom header with name `name` and value `value` to `self`. If...`
--> src/response/response.rs:830:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-22"}`
WARNING: rendering difference in `Removes all headers with the name `name`....`
--> src/response/response.rs:854:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-25", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-24"}`
WARNING: rendering difference in `Returns a mutable borrow of the body of `self`, if there is one. The...`
--> src/response/response.rs:874:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-27", "class": "section-header"}`, found: `{"id": "example-26", "class": "section-header"}`
WARNING: rendering difference in `Consumes `self's` body and reads it into a string. If `self` doesn't...`
--> src/response/response.rs:904:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-29"}`, found: `{"id": "example-28", "class": "section-header"}`
WARNING: rendering difference in `Consumes `self's` body and reads it into a `Vec` of `u8` bytes. If...`
--> src/response/response.rs:926:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-31"}`, found: `{"class": "section-header", "id": "example-30"}`
WARNING: rendering difference in `Moves the body of `self` out and returns it, if there is one, leaving no...`
--> src/response/response.rs:951:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-33", "class": "section-header"}`, found: `{"id": "example-32", "class": "section-header"}`
WARNING: rendering difference in `Sets the body of `self` to be the fixed-sized `body`. The size of the...`
--> src/response/response.rs:988:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-35", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-34"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`, which will be streamed. The chunk...`
--> src/response/response.rs:1014:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-37"}`, found: `{"id": "example-36", "class": "section-header"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`, which will be streamed with chunk...`
--> src/response/response.rs:1032:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-38"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`. This method should typically not...`
--> src/response/response.rs:1055:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-41"}`, found: `{"id": "example-40", "class": "section-header"}`
WARNING: rendering difference in `Replaces this response's status and body with that of `other`, if they...`
--> src/response/response.rs:1097:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-43"}`, found: `{"class": "section-header", "id": "example-42"}`
WARNING: rendering difference in `Sets `self`'s status and body to that of `other` if they are not already...`
--> src/response/response.rs:1146:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-45", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-44"}`
WARNING: rendering difference in `Trait to create instance of some type from a form value; expected from field...`
--> src/request/form/from_form_value.rs:137:0
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "catching-validation-errors-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "catching-validation-errors"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "provided-implementations-1"}`, found: `{"id": "provided-implementations", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Trait to create an instance of some type from an HTTP form....`
--> src/request/form/from_form.rs:99:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "deriving-1"}`, found: `{"id": "deriving", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "data-guard-1"}`, found: `{"id": "data-guard", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "implementing-1"}`, found: `{"id": "implementing", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Parses an instance of `Self` from the iterator of form items `it`....`
--> src/request/form/from_form.rs:115:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-1", "class": "section-header"}`, found: `{"id": "errors", "class": "section-header"}`
WARNING: rendering difference in `Trait to convert _many_ dynamic path segment strings to a concrete value....`
--> src/request/param.rs:276:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "provided-implementations-1", "class": "section-header"}`, found: `{"id": "provided-implementations", "class": "section-header"}`
WARNING: rendering difference in `Trait to convert a dynamic path segment string to a concrete value....`
--> src/request/param.rs:190:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "forwarding-1"}`, found: `{"class": "section-header", "id": "forwarding"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "catching-errors-1"}`, found: `{"id": "catching-errors", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "provided-implementations-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "provided-implementations"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Trait implemented by request guards to derive a value from incoming...`
--> src/request/from_request.rs:211:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "request-guards-1"}`, found: `{"class": "section-header", "id": "request-guards"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "example-2", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "outcomes-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "outcomes"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "provided-implementations-1"}`, found: `{"class": "section-header", "id": "provided-implementations"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-1"}`
WARNING: rendering difference in `Request guard to retrieve managed state....`
--> src/request/state.rs:85:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "within-request-guards-1"}`, found: `{"id": "within-request-guards", "class": "section-header"}`
WARNING: rendering difference in `Retrieve a borrow to the underyling value with a lifetime of `'r`....`
--> src/request/state.rs:115:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Iterator over the key/value pairs of a given HTTP form string....`
--> src/request/form/form_items.rs:75:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "completion-1"}`, found: `{"class": "section-header", "id": "completion"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns `true` if the form string was parsed to completion. Returns...`
--> src/request/form/form_items.rs:111:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Parses all remaining key/value pairs and returns `true` if parsing ran...`
--> src/request/form/form_items.rs:147:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Retrieves the original string being parsed by this iterator. The string...`
--> src/request/form/form_items.rs:181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `A `FromData` type for parsing `FromForm` types leniently....`
--> src/request/form/lenient.rs:51:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "leniency-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "leniency"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "usage-1"}`, found: `{"id": "usage", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "incoming-data-limits-1", "class": "section-header"}`, found: `{"id": "incoming-data-limits", "class": "section-header"}`
WARNING: rendering difference in `Immutably borrow the parsed type....`
--> src/request/form/lenient.rs:77:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns the raw form string that was used to parse the encapsulated...`
--> src/request/form/lenient.rs:104:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Consumes `self` and returns the parsed value. For safety reasons, this...`
--> src/request/form/lenient.rs:134:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `A `FromData` type for parsing `FromForm` types strictly....`
--> src/request/form/form.rs:155:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "strictness-1"}`, found: `{"class": "section-header", "id": "strictness"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "with-references-1", "class": "section-header"}`, found: `{"id": "with-references", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "without-references-1", "class": "section-header"}`, found: `{"id": "without-references", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "performance-and-correctness-considerations-1", "class": "section-header"}`, found: `{"id": "performance-and-correctness-considerations", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "incoming-data-limits-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "incoming-data-limits"}`
WARNING: rendering difference in `Immutably borrow the parsed type....`
--> src/request/form/form.rs:191:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns the raw form string that was used to parse the encapsulated...`
--> src/request/form/form.rs:218:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Consumes `self` and returns the parsed value. For safety reasons, this...`
--> src/request/form/form.rs:289:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Retrieve the method from `self`....`
--> src/request/request.rs:93:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Set the method of `self`....`
--> src/request/request.rs:113:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Borrow the URI from `self`, which is guaranteed to be an absolute URI....`
--> src/request/request.rs:129:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Set the URI in `self`. The `uri` parameter can be of any type that...`
--> src/request/request.rs:148:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Returns the address of the remote connection that initiated this...`
--> src/request/request.rs:167:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Sets the remote address of `self` to `address`....`
--> src/request/request.rs:191:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Returns a [`HeaderMap`](/rocket/http/struct.HeaderMap.html) of all of...`
--> src/request/request.rs:209:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Add `header` to `self`'s headers. The type of `header` can be any type...`
--> src/request/request.rs:234:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"class": "section-header", "id": "example-14"}`
WARNING: rendering difference in `Replaces the value of the header with name `header.name` with...`
--> src/request/request.rs:260:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Returns a wrapped borrow to the cookies in `self`....`
--> src/request/request.rs:284:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-19", "class": "section-header"}`, found: `{"id": "example-18", "class": "section-header"}`
WARNING: rendering difference in `Returns the Content-Type header of `self`. If the header is not present,...`
--> src/request/request.rs:320:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `Returns the Accept header of `self`. If the header is not present,...`
--> src/request/request.rs:348:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-23"}`, found: `{"class": "section-header", "id": "example-22"}`
WARNING: rendering difference in `Returns the media type "format" of the request....`
--> src/request/request.rs:381:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-25"}`, found: `{"id": "example-24", "class": "section-header"}`
WARNING: rendering difference in `Returns the configured application receive limits....`
--> src/request/request.rs:406:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-27", "class": "section-header"}`, found: `{"id": "example-26", "class": "section-header"}`
WARNING: rendering difference in `Get the presently matched route, if any....`
--> src/request/request.rs:425:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-29"}`, found: `{"id": "example-28", "class": "section-header"}`
WARNING: rendering difference in `Invokes the request guard implemention for `T`, returning its outcome....`
--> src/request/request.rs:447:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-31", "class": "section-header"}`, found: `{"id": "example-30", "class": "section-header"}`
WARNING: rendering difference in `Retrieves and parses into `T` the 0-indexed `n`th dynamic parameter from...`
--> src/request/request.rs:473:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-33"}`, found: `{"id": "example-32", "class": "section-header"}`
WARNING: rendering difference in `Retrieves and parses into `T` all of the path segments in the request...`
--> src/request/request.rs:517:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "error-1", "class": "section-header"}`, found: `{"id": "error", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-35", "class": "section-header"}`, found: `{"id": "example-34", "class": "section-header"}`
WARNING: rendering difference in `Creates a new `Uncased` string from `string` without allocating....`
--> src/http/uncased.rs:174:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Converts `self` into an owned `String`, allocating if necessary....`
--> src/http/uncased.rs:190:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Converts `self` into a `Box<UncasedStr>`....`
--> src/http/uncased.rs:205:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Returns `self` as an `&str`....`
--> src/http/uncased.rs:55:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Returns a reference to an `UncasedStr` from an `&str`....`
--> src/http/uncased.rs:39:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Returns `self` as an `&str`....`
--> src/http/uncased.rs:55:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Converts a `Box<UncasedStr>` into an `Uncased` without copying or allocating....`
--> src/http/uncased.rs:71:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Iterator over the segments of an absolute URI path. Skips empty segments....`
--> src/http/uri.rs:369:0
/html[0]/body[1] Attributes differ in `h3`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of segments in the URI. Empty segments, which are...`
--> src/http/uri.rs:80:4
/html[0]/body[1] Attributes differ in `h3`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns an iterator over the segments of the path in this URI. Skips...`
--> src/http/uri.rs:132:4
/html[0]/body[1] Attributes differ in `h3`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Returns the path part of this URI....`
--> src/http/uri.rs:158:4
/html[0]/body[1] Attributes differ in `h3`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Returns the query part of this URI without the question mark, if there is...`
--> src/http/uri.rs:186:4
/html[0]/body[1] Attributes differ in `h3`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Returns the fargment part of this URI without the hash mark, if there is...`
--> src/http/uri.rs:213:4
/html[0]/body[1] Attributes differ in `h3`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Returns a URL-decoded version of the string. If the percent encoded...`
--> src/http/uri.rs:229:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Returns a URL-decoded version of the path. Any invalid UTF-8...`
--> src/http/uri.rs:247:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Returns a URL-encoded version of the string. Any characters outside of...`
--> src/http/uri.rs:264:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Returns the inner string of this URI....`
--> src/http/uri.rs:283:4
/html[0]/body[1] Attributes differ in `h3`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in ``Vary` header, defined in [RFC7231](https://tools.ietf.org/html/rfc7231#section-7.1.4)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:271:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-2"}`, found: `{"class": "section-header", "id": "example"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-1", "class": "section-header"}`
WARNING: rendering difference in ``Referrer-Policy` header, part of...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/referrer_policy.rs:34:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Range Units, described in [RFC7233](http://tools.ietf.org/html/rfc7233#section-2)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/accept_ranges.rs:71:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
WARNING: rendering difference in ``Range` header, defined in [RFC7233](https://tools.ietf.org/html/rfc7233#section-3.1)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/range.rs:59:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `The `Pragma` header defined by HTTP/1.0....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/pragma.rs:34:0
/html[0]/body[1]/p[2] Text differs:
expected: `Spec: https://tools.ietf.org/html/rfc7234#section-5.4`
found: `Spec:`
/html[0]/body[1]/p[2] Unexpected element `a`: found: `<a href="https://tools.ietf.org/html/rfc7234#secti ... 7234#section-5.4</a>`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in ``If-Range` header, defined in [RFC7233](http://tools.ietf.org/html/rfc7233#section-3.2)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/if_range.rs:49:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in ``If-None-Match` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:271:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in ``If-Match` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:271:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `The `Expect` header....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/expect.rs:24:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Content-Range, described in [RFC7233](https://tools.ietf.org/html/rfc7233#section-4.2)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/content_range.rs:90:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
WARNING: rendering difference in `A Mime charset....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/shared/charset.rs:14:0
/html[0]/body[1]/p[2] Text differs:
expected: `... http://www.iana.org/assignments/character-sets/character-sets.xhtml`
found: `...`
/html[0]/body[1]/p[2] Unexpected element `a`: found: `<a href="http://www.iana.org/assignments/character ... acter-sets.xhtml</a>`
WARNING: rendering difference in `The `Access-Control-Allow-Origin` response header,...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/access_control_allow_origin.rs:48:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in ``User-Agent` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "notes-1", "class": "section-header"}`, found: `{"id": "notes", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Converts a `String` into a byte vector....`
--> /checkout/src/liballoc/string.rs:741:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Appends a given string slice onto the end of this `String`....`
--> /checkout/src/liballoc/string.rs:774:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Returns this `String`'s capacity, in bytes....`
--> /checkout/src/liballoc/string.rs:791:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Ensures that this `String`'s capacity is at least `additional` bytes...`
--> /checkout/src/liballoc/string.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Ensures that this `String`'s capacity is `additional` bytes...`
--> /checkout/src/liballoc/string.rs:889:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Shrinks the capacity of this `String` to match its length....`
--> /checkout/src/liballoc/string.rs:910:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Appends the given [`char`] to the end of this `String`....`
--> /checkout/src/liballoc/string.rs:933:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Returns a byte slice of this `String`'s contents....`
--> /checkout/src/liballoc/string.rs:957:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Shortens this `String` to the specified length....`
--> /checkout/src/liballoc/string.rs:988:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Removes the last character from the string buffer and returns it....`
--> /checkout/src/liballoc/string.rs:1016:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes a [`char`] from this `String` at a byte position and returns it....`
--> /checkout/src/liballoc/string.rs:1053:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Retains only the characters specified by the predicate....`
--> /checkout/src/liballoc/string.rs:1089:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Inserts a character into this `String` at a byte position....`
--> /checkout/src/liballoc/string.rs:1148:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-9", "class": "section-header"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Inserts a string slice into this `String` at a byte position....`
--> /checkout/src/liballoc/string.rs:1197:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Returns a mutable reference to the contents of this `String`....`
--> /checkout/src/liballoc/string.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "safety-1"}`, found: `{"id": "safety", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Returns the length of this `String`, in bytes....`
--> /checkout/src/liballoc/string.rs:1248:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Returns `true` if this `String` has a length of zero....`
--> /checkout/src/liballoc/string.rs:1269:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Splits the string into two at the given index....`
--> /checkout/src/liballoc/string.rs:1298:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Truncates this `String`, removing all contents....`
--> /checkout/src/liballoc/string.rs:1324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the string...`
--> /checkout/src/liballoc/string.rs:1359:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that removes the specified range in the string,...`
--> /checkout/src/liballoc/string.rs:1423:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"id": "panics-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Converts this `String` into a [`Box`]`<`[`str`]`>`....`
--> /checkout/src/liballoc/string.rs:1464:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in ``Upgrade` header, defined in [RFC7230](http://tools.ietf.org/html/rfc7230#section-6.7)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in ``Transfer-Encoding` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"class": "section-header", "id": "panics-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in ``StrictTransportSecurity` header, defined in [RFC6797](https://tools.ietf.org/html/rfc6797)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/strict_transport_security.rs:47:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in ``Referer` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Converts a `String` into a byte vector....`
--> /checkout/src/liballoc/string.rs:741:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Appends a given string slice onto the end of this `String`....`
--> /checkout/src/liballoc/string.rs:774:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Returns this `String`'s capacity, in bytes....`
--> /checkout/src/liballoc/string.rs:791:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Ensures that this `String`'s capacity is at least `additional` bytes...`
--> /checkout/src/liballoc/string.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Ensures that this `String`'s capacity is `additional` bytes...`
--> /checkout/src/liballoc/string.rs:889:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shrinks the capacity of this `String` to match its length....`
--> /checkout/src/liballoc/string.rs:910:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Appends the given [`char`] to the end of this `String`....`
--> /checkout/src/liballoc/string.rs:933:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Returns a byte slice of this `String`'s contents....`
--> /checkout/src/liballoc/string.rs:957:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Shortens this `String` to the specified length....`
--> /checkout/src/liballoc/string.rs:988:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes the last character from the string buffer and returns it....`
--> /checkout/src/liballoc/string.rs:1016:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Removes a [`char`] from this `String` at a byte position and returns it....`
--> /checkout/src/liballoc/string.rs:1053:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"id": "panics-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Retains only the characters specified by the predicate....`
--> /checkout/src/liballoc/string.rs:1089:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Inserts a character into this `String` at a byte position....`
--> /checkout/src/liballoc/string.rs:1148:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"class": "section-header", "id": "panics-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Inserts a string slice into this `String` at a byte position....`
--> /checkout/src/liballoc/string.rs:1197:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Returns a mutable reference to the contents of this `String`....`
--> /checkout/src/liballoc/string.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "safety-1"}`, found: `{"id": "safety", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Returns the length of this `String`, in bytes....`
--> /checkout/src/liballoc/string.rs:1248:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if this `String` has a length of zero....`
--> /checkout/src/liballoc/string.rs:1269:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Splits the string into two at the given index....`
--> /checkout/src/liballoc/string.rs:1298:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Truncates this `String`, removing all contents....`
--> /checkout/src/liballoc/string.rs:1324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the string...`
--> /checkout/src/liballoc/string.rs:1359:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Creates a splicing iterator that removes the specified range in the string,...`
--> /checkout/src/liballoc/string.rs:1423:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `Converts this `String` into a [`Box`]`<`[`str`]`>`....`
--> /checkout/src/liballoc/string.rs:1464:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Represents a quality used in quality values....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/shared/quality_item.rs:21:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "implementation-notes-1", "class": "section-header"}`, found: `{"id": "implementation-notes", "class": "section-header"}`
WARNING: rendering difference in ``Preference-Applied` header, defined in [RFC7240](http://tools.ietf.org/html/rfc7240)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/preference_applied.rs:47:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-63", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in ``Prefer` header, defined in [RFC7240](http://tools.ietf.org/html/rfc7240)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/prefer.rs:50:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in `The `Origin` header....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/origin.rs:34:0
/html[0]/body[1]/p[2] Text differs:
expected: `... https://fetch.spec.whatwg.org/#origin-header, the value of this header is composed of...`
found: `...`
/html[0]/body[1]/p[2] Unexpected element `a`: found: `<a href="https://fetch.spec.whatwg.org/#origin-hea ... g/#origin-header</a>`
/html[0]/body[1]/p[2] Unexpected element: `, the value of this header is composed of...`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in ``Location` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Converts a `String` into a byte vector....`
--> /checkout/src/liballoc/string.rs:741:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Appends a given string slice onto the end of this `String`....`
--> /checkout/src/liballoc/string.rs:774:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Returns this `String`'s capacity, in bytes....`
--> /checkout/src/liballoc/string.rs:791:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Ensures that this `String`'s capacity is at least `additional` bytes...`
--> /checkout/src/liballoc/string.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Ensures that this `String`'s capacity is `additional` bytes...`
--> /checkout/src/liballoc/string.rs:889:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of this `String` to match its length....`
--> /checkout/src/liballoc/string.rs:910:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Appends the given [`char`] to the end of this `String`....`
--> /checkout/src/liballoc/string.rs:933:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Returns a byte slice of this `String`'s contents....`
--> /checkout/src/liballoc/string.rs:957:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Shortens this `String` to the specified length....`
--> /checkout/src/liballoc/string.rs:988:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes the last character from the string buffer and returns it....`
--> /checkout/src/liballoc/string.rs:1016:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Removes a [`char`] from this `String` at a byte position and returns it....`
--> /checkout/src/liballoc/string.rs:1053:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Retains only the characters specified by the predicate....`
--> /checkout/src/liballoc/string.rs:1089:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Inserts a character into this `String` at a byte position....`
--> /checkout/src/liballoc/string.rs:1148:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Inserts a string slice into this `String` at a byte position....`
--> /checkout/src/liballoc/string.rs:1197:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Returns a mutable reference to the contents of this `String`....`
--> /checkout/src/liballoc/string.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "safety-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "safety"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Returns the length of this `String`, in bytes....`
--> /checkout/src/liballoc/string.rs:1248:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns `true` if this `String` has a length of zero....`
--> /checkout/src/liballoc/string.rs:1269:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"class": "section-header", "id": "examples-34"}`
WARNING: rendering difference in `Splits the string into two at the given index....`
--> /checkout/src/liballoc/string.rs:1298:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Truncates this `String`, removing all contents....`
--> /checkout/src/liballoc/string.rs:1324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the string...`
--> /checkout/src/liballoc/string.rs:1359:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"class": "section-header", "id": "panics-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that removes the specified range in the string,...`
--> /checkout/src/liballoc/string.rs:1423:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"id": "panics-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `Converts this `String` into a [`Box`]`<`[`str`]`>`....`
--> /checkout/src/liballoc/string.rs:1464:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in ``Last-Modified` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in ``If-Unmodified-Since` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in ``If-Modified-Since` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `The `Host` header....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/host.rs:39:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in ``From` header, defined in [RFC7231](http://tools.ietf.org/html/rfc7231#section-5.5.1)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Converts a `String` into a byte vector....`
--> /checkout/src/liballoc/string.rs:741:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Appends a given string slice onto the end of this `String`....`
--> /checkout/src/liballoc/string.rs:774:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Returns this `String`'s capacity, in bytes....`
--> /checkout/src/liballoc/string.rs:791:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Ensures that this `String`'s capacity is at least `additional` bytes...`
--> /checkout/src/liballoc/string.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Ensures that this `String`'s capacity is `additional` bytes...`
--> /checkout/src/liballoc/string.rs:889:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of this `String` to match its length....`
--> /checkout/src/liballoc/string.rs:910:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Appends the given [`char`] to the end of this `String`....`
--> /checkout/src/liballoc/string.rs:933:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Returns a byte slice of this `String`'s contents....`
--> /checkout/src/liballoc/string.rs:957:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Shortens this `String` to the specified length....`
--> /checkout/src/liballoc/string.rs:988:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Removes the last character from the string buffer and returns it....`
--> /checkout/src/liballoc/string.rs:1016:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes a [`char`] from this `String` at a byte position and returns it....`
--> /checkout/src/liballoc/string.rs:1053:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Retains only the characters specified by the predicate....`
--> /checkout/src/liballoc/string.rs:1089:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Inserts a character into this `String` at a byte position....`
--> /checkout/src/liballoc/string.rs:1148:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-9", "class": "section-header"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Inserts a string slice into this `String` at a byte position....`
--> /checkout/src/liballoc/string.rs:1197:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Returns a mutable reference to the contents of this `String`....`
--> /checkout/src/liballoc/string.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "safety-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "safety"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Returns the length of this `String`, in bytes....`
--> /checkout/src/liballoc/string.rs:1248:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Returns `true` if this `String` has a length of zero....`
--> /checkout/src/liballoc/string.rs:1269:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Splits the string into two at the given index....`
--> /checkout/src/liballoc/string.rs:1298:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"id": "panics-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Truncates this `String`, removing all contents....`
--> /checkout/src/liballoc/string.rs:1324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the string...`
--> /checkout/src/liballoc/string.rs:1359:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a splicing iterator that removes the specified range in the string,...`
--> /checkout/src/liballoc/string.rs:1423:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Converts this `String` into a [`Box`]`<`[`str`]`>`....`
--> /checkout/src/liballoc/string.rs:1464:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in ``Expires` header, defined in [RFC7234](http://tools.ietf.org/html/rfc7234#section-5.3)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `An entity tag, defined in [RFC7232](https://tools.ietf.org/html/rfc7232#section-2.3)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/shared/entity.rs:43:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "comparison-1"}`, found: `{"id": "comparison", "class": "section-header"}`
WARNING: rendering difference in `Constructs a new EntityTag....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/shared/entity.rs:54:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
WARNING: rendering difference in `Constructs a new weak EntityTag....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/shared/entity.rs:62:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
WARNING: rendering difference in `Constructs a new strong EntityTag....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/shared/entity.rs:69:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
WARNING: rendering difference in `Set the tag....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/shared/entity.rs:81:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-6"}`
WARNING: rendering difference in ``ETag` header, defined in [RFC7232](http://tools.ietf.org/html/rfc7232#section-2.3)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Set the tag....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/shared/entity.rs:81:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
WARNING: rendering difference in ``Date` header, defined in [RFC7231](http://tools.ietf.org/html/rfc7231#section-7.1.1.2)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in ``Content-Type` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in ``Content-Length` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/content_length.rs:33:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of ones in the binary representation of `self`....`
--> /checkout/src/libcore/num/mod.rs:1326:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of zeros in the binary representation of `self`....`
--> /checkout/src/libcore/num/mod.rs:1343:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Returns the number of leading zeros in the binary representation...`
--> /checkout/src/libcore/num/mod.rs:1361:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Returns the number of trailing zeros in the binary representation...`
--> /checkout/src/libcore/num/mod.rs:1379:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shifts the bits to the left by a specified amount, `n`,...`
--> /checkout/src/libcore/num/mod.rs:1413:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Shifts the bits to the right by a specified amount, `n`,...`
--> /checkout/src/libcore/num/mod.rs:1437:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Reverses the byte order of the integer....`
--> /checkout/src/libcore/num/mod.rs:1457:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Converts `self` to big endian from the target's endianness....`
--> /checkout/src/libcore/num/mod.rs:1529:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Converts `self` to little endian from the target's endianness....`
--> /checkout/src/libcore/num/mod.rs:1553:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Checked integer addition. Computes `self + other`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1570:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Checked integer subtraction. Computes `self - other`, returning...`
--> /checkout/src/libcore/num/mod.rs:1588:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Checked integer multiplication. Computes `self * other`, returning...`
--> /checkout/src/libcore/num/mod.rs:1606:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Checked integer division. Computes `self / other`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1624:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Checked integer remainder. Computes `self % other`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1644:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Checked negation. Computes `-self`, returning `None` unless `self ==...`
--> /checkout/src/libcore/num/mod.rs:1667:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Checked shift left. Computes `self << rhs`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1685:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Checked shift right. Computes `self >> rhs`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1703:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Saturating integer addition. Computes `self + other`, saturating at...`
--> /checkout/src/libcore/num/mod.rs:1721:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"class": "section-header", "id": "examples-34"}`
WARNING: rendering difference in `Saturating integer subtraction. Computes `self - other`, saturating...`
--> /checkout/src/libcore/num/mod.rs:1741:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Saturating integer multiplication. Computes `self * other`,...`
--> /checkout/src/libcore/num/mod.rs:1763:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Wrapping (modular) addition. Computes `self + other`,...`
--> /checkout/src/libcore/num/mod.rs:1780:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Wrapping (modular) subtraction. Computes `self - other`,...`
--> /checkout/src/libcore/num/mod.rs:1799:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `Wrapping (modular) multiplication. Computes `self *...`
--> /checkout/src/libcore/num/mod.rs:1818:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Wrapping (modular) division. Computes `self / other`....`
--> /checkout/src/libcore/num/mod.rs:1839:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Wrapping (modular) remainder. Computes `self % other`....`
--> /checkout/src/libcore/num/mod.rs:1859:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Wrapping (modular) negation. Computes `-self`,...`
--> /checkout/src/libcore/num/mod.rs:1885:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Panic-free bitwise shift-left; yields `self << mask(rhs)`,...`
--> /checkout/src/libcore/num/mod.rs:1910:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Panic-free bitwise shift-right; yields `self >> mask(rhs)`,...`
--> /checkout/src/libcore/num/mod.rs:1937:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Calculates `self` + `rhs`...`
--> /checkout/src/libcore/num/mod.rs:1961:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Calculates `self` - `rhs`...`
--> /checkout/src/libcore/num/mod.rs:1987:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Calculates the multiplication of `self` and `rhs`....`
--> /checkout/src/libcore/num/mod.rs:2011:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Calculates the divisor when `self` is divided by `rhs`....`
--> /checkout/src/libcore/num/mod.rs:2039:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-63", "class": "section-header"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in `Calculates the remainder when `self` is divided by `rhs`....`
--> /checkout/src/libcore/num/mod.rs:2063:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-65"}`, found: `{"id": "examples-64", "class": "section-header"}`
WARNING: rendering difference in `Negates self in an overflowing fashion....`
--> /checkout/src/libcore/num/mod.rs:2084:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-67", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-66"}`
WARNING: rendering difference in `Shifts self left by `rhs` bits....`
--> /checkout/src/libcore/num/mod.rs:2106:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-69"}`, found: `{"id": "examples-68", "class": "section-header"}`
WARNING: rendering difference in `Shifts self right by `rhs` bits....`
--> /checkout/src/libcore/num/mod.rs:2128:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-71"}`, found: `{"class": "section-header", "id": "examples-70"}`
WARNING: rendering difference in `Raises self to the power of `exp`, using exponentiation by squaring....`
--> /checkout/src/libcore/num/mod.rs:2145:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-73"}`, found: `{"id": "examples-72", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if and only if `self == 2^k` for some `k`....`
--> /checkout/src/libcore/num/mod.rs:2179:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-75", "class": "section-header"}`, found: `{"id": "examples-74", "class": "section-header"}`
WARNING: rendering difference in `Returns the smallest power of two greater than or equal to `self`....`
--> /checkout/src/libcore/num/mod.rs:2221:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-77"}`, found: `{"id": "examples-76", "class": "section-header"}`
WARNING: rendering difference in `Returns the smallest power of two greater than or equal to `n`. If...`
--> /checkout/src/libcore/num/mod.rs:2239:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-79"}`, found: `{"class": "section-header", "id": "examples-78"}`
WARNING: rendering difference in ``Content-Language` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-9", "class": "section-header"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"id": "panics-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"id": "panics-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-63", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in ``Content-Encoding` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"id": "panics-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"id": "panics-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-51"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in `A `Content-Disposition` header, (re)defined in [RFC6266](https://tools.ietf.org/html/rfc6266)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/content_disposition.rs:84:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in ``Connection` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"id": "panics-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"class": "section-header", "id": "panics-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-51"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-63", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in ``Cache-Control` header, defined in [RFC7234](https://tools.ietf.org/html/rfc7234#section-5.2)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/cache_control.rs:48:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"id": "panics-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"id": "panics-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"id": "panics-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in ``Authorization` header, defined in [RFC7235](https://tools.ietf.org/html/rfc7235#section-4.2)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/authorization.rs:58:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in ``Allow` header, defined in [RFC7231](http://tools.ietf.org/html/rfc7231#section-7.4.1)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:194:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"class": "section-header", "id": "examples-34"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-13", "class": "section-header"}`, found: `{"id": "panics-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"class": "section-header", "id": "panics-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-51"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in ``Access-Control-Request-Method` header, part of...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in ``Access-Control-Request-Headers` header, part of...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:194:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"id": "panics-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-13", "class": "section-header"}`, found: `{"id": "panics-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in ``Access-Control-Max-Age` header, part of...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:246:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of ones in the binary representation of `self`....`
--> /checkout/src/libcore/num/mod.rs:1326:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Returns the number of zeros in the binary representation of `self`....`
--> /checkout/src/libcore/num/mod.rs:1343:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of leading zeros in the binary representation...`
--> /checkout/src/libcore/num/mod.rs:1361:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Returns the number of trailing zeros in the binary representation...`
--> /checkout/src/libcore/num/mod.rs:1379:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Shifts the bits to the left by a specified amount, `n`,...`
--> /checkout/src/libcore/num/mod.rs:1413:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shifts the bits to the right by a specified amount, `n`,...`
--> /checkout/src/libcore/num/mod.rs:1437:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Reverses the byte order of the integer....`
--> /checkout/src/libcore/num/mod.rs:1457:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Converts `self` to big endian from the target's endianness....`
--> /checkout/src/libcore/num/mod.rs:1529:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Converts `self` to little endian from the target's endianness....`
--> /checkout/src/libcore/num/mod.rs:1553:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Checked integer addition. Computes `self + other`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1570:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Checked integer subtraction. Computes `self - other`, returning...`
--> /checkout/src/libcore/num/mod.rs:1588:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Checked integer multiplication. Computes `self * other`, returning...`
--> /checkout/src/libcore/num/mod.rs:1606:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Checked integer division. Computes `self / other`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1624:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Checked integer remainder. Computes `self % other`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1644:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Checked negation. Computes `-self`, returning `None` unless `self ==...`
--> /checkout/src/libcore/num/mod.rs:1667:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Checked shift left. Computes `self << rhs`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1685:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Checked shift right. Computes `self >> rhs`, returning `None`...`
--> /checkout/src/libcore/num/mod.rs:1703:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Saturating integer addition. Computes `self + other`, saturating at...`
--> /checkout/src/libcore/num/mod.rs:1721:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Saturating integer subtraction. Computes `self - other`, saturating...`
--> /checkout/src/libcore/num/mod.rs:1741:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Saturating integer multiplication. Computes `self * other`,...`
--> /checkout/src/libcore/num/mod.rs:1763:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Wrapping (modular) addition. Computes `self + other`,...`
--> /checkout/src/libcore/num/mod.rs:1780:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Wrapping (modular) subtraction. Computes `self - other`,...`
--> /checkout/src/libcore/num/mod.rs:1799:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Wrapping (modular) multiplication. Computes `self *...`
--> /checkout/src/libcore/num/mod.rs:1818:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Wrapping (modular) division. Computes `self / other`....`
--> /checkout/src/libcore/num/mod.rs:1839:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Wrapping (modular) remainder. Computes `self % other`....`
--> /checkout/src/libcore/num/mod.rs:1859:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Wrapping (modular) negation. Computes `-self`,...`
--> /checkout/src/libcore/num/mod.rs:1885:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Panic-free bitwise shift-left; yields `self << mask(rhs)`,...`
--> /checkout/src/libcore/num/mod.rs:1910:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Panic-free bitwise shift-right; yields `self >> mask(rhs)`,...`
--> /checkout/src/libcore/num/mod.rs:1937:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Calculates `self` + `rhs`...`
--> /checkout/src/libcore/num/mod.rs:1961:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Calculates `self` - `rhs`...`
--> /checkout/src/libcore/num/mod.rs:1987:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in `Calculates the multiplication of `self` and `rhs`....`
--> /checkout/src/libcore/num/mod.rs:2011:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-63", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in `Calculates the divisor when `self` is divided by `rhs`....`
--> /checkout/src/libcore/num/mod.rs:2039:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-65", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-64"}`
WARNING: rendering difference in `Calculates the remainder when `self` is divided by `rhs`....`
--> /checkout/src/libcore/num/mod.rs:2063:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-67"}`, found: `{"id": "examples-66", "class": "section-header"}`
WARNING: rendering difference in `Negates self in an overflowing fashion....`
--> /checkout/src/libcore/num/mod.rs:2084:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-69", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-68"}`
WARNING: rendering difference in `Shifts self left by `rhs` bits....`
--> /checkout/src/libcore/num/mod.rs:2106:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-71", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-70"}`
WARNING: rendering difference in `Shifts self right by `rhs` bits....`
--> /checkout/src/libcore/num/mod.rs:2128:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-73", "class": "section-header"}`, found: `{"id": "examples-72", "class": "section-header"}`
WARNING: rendering difference in `Raises self to the power of `exp`, using exponentiation by squaring....`
--> /checkout/src/libcore/num/mod.rs:2145:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-75", "class": "section-header"}`, found: `{"id": "examples-74", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if and only if `self == 2^k` for some `k`....`
--> /checkout/src/libcore/num/mod.rs:2179:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-77", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-76"}`
WARNING: rendering difference in `Returns the smallest power of two greater than or equal to `self`....`
--> /checkout/src/libcore/num/mod.rs:2221:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-79", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-78"}`
WARNING: rendering difference in `Returns the smallest power of two greater than or equal to `n`. If...`
--> /checkout/src/libcore/num/mod.rs:2239:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-81", "class": "section-header"}`, found: `{"id": "examples-80", "class": "section-header"}`
WARNING: rendering difference in ``Access-Control-Expose-Headers` header, part of...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:194:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"id": "panics-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"class": "section-header", "id": "panics-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"class": "section-header", "id": "examples-34"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in ``Access-Control-Allow-Methods` header, part of...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:194:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"class": "section-header", "id": "panics-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"id": "panics-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in ``Access-Control-Allow-Headers` header, part of...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:194:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"id": "example-values", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"class": "section-header", "id": "examples-34"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"id": "panics-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-51"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-19", "class": "section-header"}`, found: `{"id": "panics-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in ``Access-Control-Allow-Credentials` header, part of...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/access_control_allow_credentials.rs:39:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in ``Accept-Ranges` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"id": "panics-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-17"}`, found: `{"id": "panics-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-51"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"id": "panics-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in ``Accept-Language` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "abnf-1"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-3"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-11"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-9", "class": "section-header"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"class": "section-header", "id": "examples-34"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"id": "panics-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in ``Accept-Encoding` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:194:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-values-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-14"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"id": "panics-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"id": "panics-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"id": "panics-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in ``Accept-Charset` header, defined in...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"id": "abnf", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-9"}`, found: `{"class": "section-header", "id": "panics-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"id": "examples-28", "class": "section-header"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-11"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"class": "section-header", "id": "examples-34"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"class": "section-header", "id": "panics-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-15"}`, found: `{"class": "section-header", "id": "panics-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-19"}`, found: `{"class": "section-header", "id": "panics-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-63", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in ``Accept` header, defined in [RFC7231](http://tools.ietf.org/html/rfc7231#section-5.3.2)...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.10.13/src/header/common/mod.rs:220:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "abnf-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "abnf"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-values-1"}`, found: `{"class": "section-header", "id": "example-values"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "notes-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "notes"}`
WARNING: rendering difference in `Returns the number of elements the vector can hold without...`
--> /checkout/src/liballoc/vec.rs:437:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Reserves capacity for at least `additional` more elements to be inserted...`
--> /checkout/src/liballoc/vec.rs:459:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Reserves the minimum capacity for exactly `additional` more elements to...`
--> /checkout/src/liballoc/vec.rs:484:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Shrinks the capacity of the vector as much as possible....`
--> /checkout/src/liballoc/vec.rs:503:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Converts the vector into [`Box<[T]>`][owned slice]....`
--> /checkout/src/liballoc/vec.rs:536:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"id": "examples-10", "class": "section-header"}`
WARNING: rendering difference in `Shortens the vector, keeping the first `len` elements and dropping...`
--> /checkout/src/liballoc/vec.rs:588:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Extracts a slice containing the entire vector....`
--> /checkout/src/liballoc/vec.rs:614:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Extracts a mutable slice of the entire vector....`
--> /checkout/src/liballoc/vec.rs:631:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Sets the length of a vector....`
--> /checkout/src/liballoc/vec.rs:680:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Removes an element from the vector and returns it....`
--> /checkout/src/liballoc/vec.rs:707:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-5"}`, found: `{"class": "section-header", "id": "panics-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `Inserts an element at position `index` within the vector, shifting all...`
--> /checkout/src/liballoc/vec.rs:730:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-7"}`, found: `{"id": "panics-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Removes and returns the element at position `index` within the vector,...`
--> /checkout/src/liballoc/vec.rs:770:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Retains only the elements specified by the predicate....`
--> /checkout/src/liballoc/vec.rs:805:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector that resolve to the same...`
--> /checkout/src/liballoc/vec.rs:842:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Removes all but the first of consecutive elements in the vector satisfying a given equality...`
--> /checkout/src/liballoc/vec.rs:868:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Appends an element to the back of a collection....`
--> /checkout/src/liballoc/vec.rs:969:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns a place for insertion at the back of the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1001:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-34"}`
WARNING: rendering difference in `Removes the last element from a vector and returns it, or [`None`] if it...`
--> /checkout/src/liballoc/vec.rs:1019:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Moves all the elements of `other` into `Self`, leaving `other` empty....`
--> /checkout/src/liballoc/vec.rs:1047:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-13"}`, found: `{"id": "panics-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `Creates a draining iterator that removes the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1091:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-15", "class": "section-header"}`, found: `{"id": "panics-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Clears the vector, removing all values....`
--> /checkout/src/liballoc/vec.rs:1150:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `Returns the number of elements in the vector, also referred to...`
--> /checkout/src/liballoc/vec.rs:1165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the vector contains no elements....`
--> /checkout/src/liballoc/vec.rs:1181:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `Splits the collection into two at the given index....`
--> /checkout/src/liballoc/vec.rs:1206:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"id": "examples-48", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1249:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `Clones and appends all elements in a slice to the `Vec`....`
--> /checkout/src/liballoc/vec.rs:1277:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `Resizes the `Vec` in-place so that `len` is equal to `new_len`....`
--> /checkout/src/liballoc/vec.rs:1309:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `Removes consecutive repeated elements in the vector....`
--> /checkout/src/liballoc/vec.rs:1413:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Removes the first instance of `item` from the vector if the item exists....`
--> /checkout/src/liballoc/vec.rs:1430:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Creates a splicing iterator that replaces the specified range in the vector...`
--> /checkout/src/liballoc/vec.rs:1954:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-19", "class": "section-header"}`, found: `{"id": "panics-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Creates an iterator which uses a closure to determine if an element should be removed....`
--> /checkout/src/liballoc/vec.rs:2006:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in `Returns the length of `self`....`
--> /checkout/src/liballoc/str.rs:223:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if `self` has a length of zero bytes....`
--> /checkout/src/liballoc/str.rs:242:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Checks that `index`-th byte lies at the start and/or end of a...`
--> /checkout/src/liballoc/str.rs:272:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Converts a string slice to a byte slice. To convert the byte slice back...`
--> /checkout/src/liballoc/str.rs:291:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Converts a string slice to a raw pointer....`
--> /checkout/src/liballoc/str.rs:324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Returns a subslice of `str`....`
--> /checkout/src/liballoc/str.rs:351:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Returns a unchecked subslice of `str`....`
--> /checkout/src/liballoc/str.rs:410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "safety-1", "class": "section-header"}`, found: `{"id": "safety", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Creates a string slice from another string slice, bypassing safety...`
--> /checkout/src/liballoc/str.rs:491:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "safety-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "safety-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Divide one string slice into two at an index....`
--> /checkout/src/liballoc/str.rs:557:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice....`
--> /checkout/src/liballoc/str.rs:648:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice, and their...`
--> /checkout/src/liballoc/str.rs:700:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the bytes of a string slice....`
--> /checkout/src/liballoc/str.rs:725:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Split a string slice by whitespace....`
--> /checkout/src/liballoc/str.rs:765:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the lines of a string, as string slices....`
--> /checkout/src/liballoc/str.rs:807:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a sub-slice of...`
--> /checkout/src/liballoc/str.rs:843:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a prefix of this...`
--> /checkout/src/liballoc/str.rs:863:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a suffix of this...`
--> /checkout/src/liballoc/str.rs:883:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the first character of this string slice that...`
--> /checkout/src/liballoc/str.rs:931:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the last character of this string slice that...`
--> /checkout/src/liballoc/str.rs:976:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1090:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-1"}`, found: `{"id": "iterator-behavior", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1140:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-3", "class": "section-header"}`, found: `{"id": "iterator-behavior-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1187:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-5"}`, found: `{"id": "iterator-behavior-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `An iterator over substrings of `self`, separated by characters...`
--> /checkout/src/liballoc/str.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1284:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1332:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-11"}`, found: `{"id": "iterator-behavior-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within the given string...`
--> /checkout/src/liballoc/str.rs:1373:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-13"}`, found: `{"id": "iterator-behavior-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string slice,...`
--> /checkout/src/liballoc/str.rs:1410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-15"}`, found: `{"class": "section-header", "id": "iterator-behavior-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string...`
--> /checkout/src/liballoc/str.rs:1456:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-17", "class": "section-header"}`, found: `{"id": "iterator-behavior-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within `self`,...`
--> /checkout/src/liballoc/str.rs:1499:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-19"}`, found: `{"id": "iterator-behavior-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-56"}`
WARNING: rendering difference in `Returns a string slice with leading and trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1520:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with leading whitespace removed....`
--> /checkout/src/liballoc/str.rs:1556:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-1"}`, found: `{"id": "text-directionality", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in `Returns a string slice with trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1592:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-3", "class": "section-header"}`, found: `{"id": "text-directionality-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-63", "class": "section-header"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with all prefixes and suffixes that match a...`
--> /checkout/src/liballoc/str.rs:1622:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-65", "class": "section-header"}`, found: `{"id": "examples-64", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with all prefixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1655:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-5", "class": "section-header"}`, found: `{"id": "text-directionality-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-67"}`, found: `{"class": "section-header", "id": "examples-66"}`
WARNING: rendering difference in `Returns a string slice with all suffixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1692:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-7"}`, found: `{"id": "text-directionality-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-69"}`, found: `{"class": "section-header", "id": "examples-68"}`
WARNING: rendering difference in `Parses this string slice into another type....`
--> /checkout/src/liballoc/str.rs:1744:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-1"}`, found: `{"class": "section-header", "id": "errors"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-71"}`, found: `{"class": "section-header", "id": "examples-70"}`
WARNING: rendering difference in `Replaces all matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1780:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-73"}`, found: `{"id": "examples-72", "class": "section-header"}`
WARNING: rendering difference in `Replaces first N matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1818:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-75", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-74"}`
WARNING: rendering difference in `Returns the lowercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1873:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-77", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-76"}`
WARNING: rendering difference in `Returns the uppercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1936:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-79", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-78"}`
WARNING: rendering difference in `Create a [`String`] by repeating a string `n` times....`
--> /checkout/src/liballoc/str.rs:2007:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-81"}`, found: `{"class": "section-header", "id": "examples-80"}`
WARNING: rendering difference in `Returns the length of `self`....`
--> /checkout/src/liballoc/str.rs:223:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns `true` if `self` has a length of zero bytes....`
--> /checkout/src/liballoc/str.rs:242:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Checks that `index`-th byte lies at the start and/or end of a...`
--> /checkout/src/liballoc/str.rs:272:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Converts a string slice to a byte slice. To convert the byte slice back...`
--> /checkout/src/liballoc/str.rs:291:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Converts a string slice to a raw pointer....`
--> /checkout/src/liballoc/str.rs:324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Returns a subslice of `str`....`
--> /checkout/src/liballoc/str.rs:351:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Returns a unchecked subslice of `str`....`
--> /checkout/src/liballoc/str.rs:410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "safety-1"}`, found: `{"class": "section-header", "id": "safety"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Creates a string slice from another string slice, bypassing safety...`
--> /checkout/src/liballoc/str.rs:491:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "safety-3", "class": "section-header"}`, found: `{"id": "safety-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Divide one string slice into two at an index....`
--> /checkout/src/liballoc/str.rs:557:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"id": "examples-16", "class": "section-header"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice....`
--> /checkout/src/liballoc/str.rs:648:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice, and their...`
--> /checkout/src/liballoc/str.rs:700:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-21", "class": "section-header"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the bytes of a string slice....`
--> /checkout/src/liballoc/str.rs:725:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Split a string slice by whitespace....`
--> /checkout/src/liballoc/str.rs:765:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the lines of a string, as string slices....`
--> /checkout/src/liballoc/str.rs:807:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a sub-slice of...`
--> /checkout/src/liballoc/str.rs:843:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a prefix of this...`
--> /checkout/src/liballoc/str.rs:863:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a suffix of this...`
--> /checkout/src/liballoc/str.rs:883:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-33"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the first character of this string slice that...`
--> /checkout/src/liballoc/str.rs:931:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the last character of this string slice that...`
--> /checkout/src/liballoc/str.rs:976:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1090:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-1"}`, found: `{"id": "iterator-behavior", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1140:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-41", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1187:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-5", "class": "section-header"}`, found: `{"id": "iterator-behavior-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `An iterator over substrings of `self`, separated by characters...`
--> /checkout/src/liballoc/str.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1284:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1332:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-11"}`, found: `{"id": "iterator-behavior-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within the given string...`
--> /checkout/src/liballoc/str.rs:1373:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-13"}`, found: `{"class": "section-header", "id": "iterator-behavior-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-50"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string slice,...`
--> /checkout/src/liballoc/str.rs:1410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-15"}`, found: `{"class": "section-header", "id": "iterator-behavior-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-53", "class": "section-header"}`, found: `{"id": "examples-52", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string...`
--> /checkout/src/liballoc/str.rs:1456:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"id": "examples-54", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within `self`,...`
--> /checkout/src/liballoc/str.rs:1499:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-19"}`, found: `{"class": "section-header", "id": "iterator-behavior-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with leading and trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1520:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Returns a string slice with leading whitespace removed....`
--> /checkout/src/liballoc/str.rs:1556:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-1"}`, found: `{"class": "section-header", "id": "text-directionality"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1592:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-3", "class": "section-header"}`, found: `{"id": "text-directionality-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-63", "class": "section-header"}`, found: `{"id": "examples-62", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with all prefixes and suffixes that match a...`
--> /checkout/src/liballoc/str.rs:1622:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-65"}`, found: `{"id": "examples-64", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with all prefixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1655:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-5"}`, found: `{"class": "section-header", "id": "text-directionality-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-67"}`, found: `{"id": "examples-66", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with all suffixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1692:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-7"}`, found: `{"id": "text-directionality-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-69", "class": "section-header"}`, found: `{"id": "examples-68", "class": "section-header"}`
WARNING: rendering difference in `Parses this string slice into another type....`
--> /checkout/src/liballoc/str.rs:1744:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-1", "class": "section-header"}`, found: `{"id": "errors", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-71"}`, found: `{"class": "section-header", "id": "examples-70"}`
WARNING: rendering difference in `Replaces all matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1780:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-73"}`, found: `{"id": "examples-72", "class": "section-header"}`
WARNING: rendering difference in `Replaces first N matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1818:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-75"}`, found: `{"id": "examples-74", "class": "section-header"}`
WARNING: rendering difference in `Returns the lowercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1873:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-77", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-76"}`
WARNING: rendering difference in `Returns the uppercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1936:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-79"}`, found: `{"class": "section-header", "id": "examples-78"}`
WARNING: rendering difference in `Create a [`String`] by repeating a string `n` times....`
--> /checkout/src/liballoc/str.rs:2007:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-81"}`, found: `{"class": "section-header", "id": "examples-80"}`
WARNING: rendering difference in `Returns the length of `self`....`
--> /checkout/src/liballoc/str.rs:223:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Returns `true` if `self` has a length of zero bytes....`
--> /checkout/src/liballoc/str.rs:242:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Checks that `index`-th byte lies at the start and/or end of a...`
--> /checkout/src/liballoc/str.rs:272:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Converts a string slice to a byte slice. To convert the byte slice back...`
--> /checkout/src/liballoc/str.rs:291:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Converts a string slice to a raw pointer....`
--> /checkout/src/liballoc/str.rs:324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Returns a subslice of `str`....`
--> /checkout/src/liballoc/str.rs:351:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Returns a unchecked subslice of `str`....`
--> /checkout/src/liballoc/str.rs:410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "safety-1"}`, found: `{"class": "section-header", "id": "safety"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Creates a string slice from another string slice, bypassing safety...`
--> /checkout/src/liballoc/str.rs:491:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "safety-3", "class": "section-header"}`, found: `{"id": "safety-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Divide one string slice into two at an index....`
--> /checkout/src/liballoc/str.rs:557:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice....`
--> /checkout/src/liballoc/str.rs:648:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice, and their...`
--> /checkout/src/liballoc/str.rs:700:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `An iterator over the bytes of a string slice....`
--> /checkout/src/liballoc/str.rs:725:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"id": "examples-22", "class": "section-header"}`
WARNING: rendering difference in `Split a string slice by whitespace....`
--> /checkout/src/liballoc/str.rs:765:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `An iterator over the lines of a string, as string slices....`
--> /checkout/src/liballoc/str.rs:807:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-26"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a sub-slice of...`
--> /checkout/src/liballoc/str.rs:843:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a prefix of this...`
--> /checkout/src/liballoc/str.rs:863:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a suffix of this...`
--> /checkout/src/liballoc/str.rs:883:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"id": "examples-32", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the first character of this string slice that...`
--> /checkout/src/liballoc/str.rs:931:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the last character of this string slice that...`
--> /checkout/src/liballoc/str.rs:976:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1090:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-1"}`, found: `{"id": "iterator-behavior", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-39", "class": "section-header"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1140:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-3", "class": "section-header"}`, found: `{"id": "iterator-behavior-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"class": "section-header", "id": "examples-40"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1187:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-5", "class": "section-header"}`, found: `{"id": "iterator-behavior-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of `self`, separated by characters...`
--> /checkout/src/liballoc/str.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-7", "class": "section-header"}`, found: `{"id": "iterator-behavior-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-45", "class": "section-header"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1284:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-9"}`, found: `{"id": "iterator-behavior-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1332:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within the given string...`
--> /checkout/src/liballoc/str.rs:1373:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string slice,...`
--> /checkout/src/liballoc/str.rs:1410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-15"}`, found: `{"id": "iterator-behavior-14", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string...`
--> /checkout/src/liballoc/str.rs:1456:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-17"}`, found: `{"id": "iterator-behavior-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within `self`,...`
--> /checkout/src/liballoc/str.rs:1499:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-19", "class": "section-header"}`, found: `{"id": "iterator-behavior-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-57", "class": "section-header"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with leading and trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1520:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with leading whitespace removed....`
--> /checkout/src/liballoc/str.rs:1556:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-1"}`, found: `{"class": "section-header", "id": "text-directionality"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-61", "class": "section-header"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1592:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-3", "class": "section-header"}`, found: `{"id": "text-directionality-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in `Returns a string slice with all prefixes and suffixes that match a...`
--> /checkout/src/liballoc/str.rs:1622:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-65", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-64"}`
WARNING: rendering difference in `Returns a string slice with all prefixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1655:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-5"}`, found: `{"id": "text-directionality-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-67", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-66"}`
WARNING: rendering difference in `Returns a string slice with all suffixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1692:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-7", "class": "section-header"}`, found: `{"id": "text-directionality-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-69", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-68"}`
WARNING: rendering difference in `Parses this string slice into another type....`
--> /checkout/src/liballoc/str.rs:1744:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-1", "class": "section-header"}`, found: `{"id": "errors", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-71", "class": "section-header"}`, found: `{"id": "examples-70", "class": "section-header"}`
WARNING: rendering difference in `Replaces all matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1780:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-73", "class": "section-header"}`, found: `{"id": "examples-72", "class": "section-header"}`
WARNING: rendering difference in `Replaces first N matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1818:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-75", "class": "section-header"}`, found: `{"id": "examples-74", "class": "section-header"}`
WARNING: rendering difference in `Returns the lowercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1873:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-77"}`, found: `{"id": "examples-76", "class": "section-header"}`
WARNING: rendering difference in `Returns the uppercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1936:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-79", "class": "section-header"}`, found: `{"id": "examples-78", "class": "section-header"}`
WARNING: rendering difference in `Create a [`String`] by repeating a string `n` times....`
--> /checkout/src/liballoc/str.rs:2007:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-81", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-80"}`
WARNING: rendering difference in `Returns the length of `self`....`
--> /checkout/src/liballoc/str.rs:223:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if `self` has a length of zero bytes....`
--> /checkout/src/liballoc/str.rs:242:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Checks that `index`-th byte lies at the start and/or end of a...`
--> /checkout/src/liballoc/str.rs:272:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-5"}`, found: `{"class": "section-header", "id": "examples-4"}`
WARNING: rendering difference in `Converts a string slice to a byte slice. To convert the byte slice back...`
--> /checkout/src/liballoc/str.rs:291:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Converts a string slice to a raw pointer....`
--> /checkout/src/liballoc/str.rs:324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-9"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Returns a subslice of `str`....`
--> /checkout/src/liballoc/str.rs:351:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Returns a unchecked subslice of `str`....`
--> /checkout/src/liballoc/str.rs:410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "safety-1", "class": "section-header"}`, found: `{"id": "safety", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-13"}`, found: `{"class": "section-header", "id": "examples-12"}`
WARNING: rendering difference in `Creates a string slice from another string slice, bypassing safety...`
--> /checkout/src/liballoc/str.rs:491:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "safety-3"}`, found: `{"class": "section-header", "id": "safety-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-15", "class": "section-header"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Divide one string slice into two at an index....`
--> /checkout/src/liballoc/str.rs:557:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice....`
--> /checkout/src/liballoc/str.rs:648:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"class": "section-header", "id": "examples-18"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice, and their...`
--> /checkout/src/liballoc/str.rs:700:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"class": "section-header", "id": "examples-20"}`
WARNING: rendering difference in `An iterator over the bytes of a string slice....`
--> /checkout/src/liballoc/str.rs:725:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-23"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Split a string slice by whitespace....`
--> /checkout/src/liballoc/str.rs:765:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-25", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-24"}`
WARNING: rendering difference in `An iterator over the lines of a string, as string slices....`
--> /checkout/src/liballoc/str.rs:807:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a sub-slice of...`
--> /checkout/src/liballoc/str.rs:843:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a prefix of this...`
--> /checkout/src/liballoc/str.rs:863:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-31"}`, found: `{"id": "examples-30", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a suffix of this...`
--> /checkout/src/liballoc/str.rs:883:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns the byte index of the first character of this string slice that...`
--> /checkout/src/liballoc/str.rs:931:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-35", "class": "section-header"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the last character of this string slice that...`
--> /checkout/src/liballoc/str.rs:976:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-37"}`, found: `{"class": "section-header", "id": "examples-36"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1090:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-1"}`, found: `{"id": "iterator-behavior", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"class": "section-header", "id": "examples-38"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1140:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1187:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-42"}`
WARNING: rendering difference in `An iterator over substrings of `self`, separated by characters...`
--> /checkout/src/liballoc/str.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-7"}`, found: `{"id": "iterator-behavior-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"id": "examples-44", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1284:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-9", "class": "section-header"}`, found: `{"id": "iterator-behavior-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-47"}`, found: `{"class": "section-header", "id": "examples-46"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1332:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-11", "class": "section-header"}`, found: `{"id": "iterator-behavior-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-49", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within the given string...`
--> /checkout/src/liballoc/str.rs:1373:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string slice,...`
--> /checkout/src/liballoc/str.rs:1410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-15"}`, found: `{"class": "section-header", "id": "iterator-behavior-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string...`
--> /checkout/src/liballoc/str.rs:1456:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-17"}`, found: `{"class": "section-header", "id": "iterator-behavior-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-55", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within `self`,...`
--> /checkout/src/liballoc/str.rs:1499:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-19"}`, found: `{"id": "iterator-behavior-18", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with leading and trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1520:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-59"}`, found: `{"class": "section-header", "id": "examples-58"}`
WARNING: rendering difference in `Returns a string slice with leading whitespace removed....`
--> /checkout/src/liballoc/str.rs:1556:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-1", "class": "section-header"}`, found: `{"id": "text-directionality", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"id": "examples-60", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1592:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-3"}`, found: `{"id": "text-directionality-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in `Returns a string slice with all prefixes and suffixes that match a...`
--> /checkout/src/liballoc/str.rs:1622:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-65", "class": "section-header"}`, found: `{"id": "examples-64", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with all prefixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1655:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "text-directionality-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-67", "class": "section-header"}`, found: `{"id": "examples-66", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with all suffixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1692:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "text-directionality-7"}`, found: `{"class": "section-header", "id": "text-directionality-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-69"}`, found: `{"class": "section-header", "id": "examples-68"}`
WARNING: rendering difference in `Parses this string slice into another type....`
--> /checkout/src/liballoc/str.rs:1744:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-1"}`, found: `{"id": "errors", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-71", "class": "section-header"}`, found: `{"id": "examples-70", "class": "section-header"}`
WARNING: rendering difference in `Replaces all matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1780:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-73"}`, found: `{"id": "examples-72", "class": "section-header"}`
WARNING: rendering difference in `Replaces first N matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1818:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-75"}`, found: `{"id": "examples-74", "class": "section-header"}`
WARNING: rendering difference in `Returns the lowercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1873:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-77"}`, found: `{"id": "examples-76", "class": "section-header"}`
WARNING: rendering difference in `Returns the uppercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1936:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-79"}`, found: `{"class": "section-header", "id": "examples-78"}`
WARNING: rendering difference in `Create a [`String`] by repeating a string `n` times....`
--> /checkout/src/liballoc/str.rs:2007:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-81"}`, found: `{"class": "section-header", "id": "examples-80"}`
WARNING: rendering difference in `Collection of one or more HTTP cookies....`
--> src/http/cookies.rs:112:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"id": "usage", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "private-cookies-1"}`, found: `{"class": "section-header", "id": "private-cookies"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "encryption-key-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "encryption-key"}`
WARNING: rendering difference in `Returns a reference to the `Cookie` inside this container with the name...`
--> src/http/cookies.rs:154:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns a reference to the `Cookie` inside this collection with the name...`
--> src/http/cookies.rs:175:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Adds `cookie` to this collection....`
--> src/http/cookies.rs:200:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Adds `cookie` to the collection. The cookie's value is encrypted with...`
--> src/http/cookies.rs:231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Removes `cookie` from this collection and generates a "removal" cookies...`
--> src/http/cookies.rs:264:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Removes the private `cookie` from the collection....`
--> src/http/cookies.rs:285:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Returns an iterator over all of the cookies present in this collection....`
--> src/http/cookies.rs:308:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-12"}`
WARNING: rendering difference in `Returns `true` if an HTTP request with the method represented by `self`...`
--> src/http/method.rs:54:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Returns the string representation of `self`....`
--> src/http/method.rs:71:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `An HTTP media type....`
--> src/http/media_type.rs:87:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"id": "usage", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "comparison-and-hashing-1"}`, found: `{"id": "comparison-and-hashing", "class": "section-header"}`
WARNING: rendering difference in `Creates a new `MediaType` with top-level type `top` and subtype `sub`....`
--> src/http/media_type.rs:194:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Creates a new `MediaType` with top-level type `top`, subtype `sub`, and...`
--> src/http/media_type.rs:230:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Returns the Media-Type associated with the extension `ext`. Not all...`
--> src/http/media_type.rs:168:8
/html[0]/body[1] Tags differ: expected: `h1`, found: `p`
WARNING: rendering difference in `Returns the top-level type for this media type. The return type,...`
--> src/http/media_type.rs:265:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-8", "class": "section-header"}`, found: `{"id": "example-7", "class": "section-header"}`
WARNING: rendering difference in `Returns the subtype for this media type. The return type,...`
--> src/http/media_type.rs:283:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-10"}`, found: `{"class": "section-header", "id": "example-9"}`
WARNING: rendering difference in `Returns a `u8` representing how specific the top-level type and subtype...`
--> src/http/media_type.rs:311:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-12", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-11"}`
WARNING: rendering difference in `Compares `self` with `other` and returns `true` if `self` and `other`...`
--> src/http/media_type.rs:344:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-14", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-13"}`
WARNING: rendering difference in `Returns an iterator over the (key, value) pairs of the media type's...`
--> src/http/media_type.rs:384:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-16", "class": "section-header"}`, found: `{"id": "example-15", "class": "section-header"}`
WARNING: rendering difference in `Media type for <b>...`
--> src/http/media_type.rs:115:12
/html[0]/body[1]/p[0]/i[1] Unexpected element `*
/
*
`: found: `...`
/html[0]/body[1] One element is missing: expected: `i`
/html[0]/body[1] One element is missing: expected: `p`
WARNING: rendering difference in `A reference to a string inside of a raw HTTP message....`
--> src/http/raw_str.rs:51:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "validation-1", "class": "section-header"}`, found: `{"id": "validation", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "usage"}`
WARNING: rendering difference in `Constructs an `&RawStr` from an `&str` at no cost....`
--> src/http/raw_str.rs:67:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Returns a percent-decoded version of the string....`
--> src/http/raw_str.rs:100:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-1", "class": "section-header"}`, found: `{"id": "errors", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Returns a percent-decoded version of the string. Any invalid UTF-8...`
--> src/http/raw_str.rs:135:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-3", "class": "section-header"}`, found: `{"id": "errors-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Returns a URL-decoded version of the string. This is identical to...`
--> src/http/raw_str.rs:156:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-5"}`, found: `{"class": "section-header", "id": "errors-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Returns an HTML escaped version of `self`. Allocates only when...`
--> src/http/raw_str.rs:202:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Converts `self` into an `&str`....`
--> src/http/raw_str.rs:254:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Converts `self` into an `&UncasedStr`....`
--> src/http/raw_str.rs:272:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-13"}`, found: `{"class": "section-header", "id": "example-12"}`
WARNING: rendering difference in `Returns the length of `self`....`
--> /checkout/src/liballoc/str.rs:223:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if `self` has a length of zero bytes....`
--> /checkout/src/liballoc/str.rs:242:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-3"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Checks that `index`-th byte lies at the start and/or end of a...`
--> /checkout/src/liballoc/str.rs:272:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Converts a string slice to a byte slice. To convert the byte slice back...`
--> /checkout/src/liballoc/str.rs:291:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Converts a string slice to a raw pointer....`
--> /checkout/src/liballoc/str.rs:324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Returns a subslice of `str`....`
--> /checkout/src/liballoc/str.rs:351:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Returns a mutable subslice of `str`....`
--> /checkout/src/liballoc/str.rs:378:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-13", "class": "section-header"}`, found: `{"id": "examples-12", "class": "section-header"}`
WARNING: rendering difference in `Returns a unchecked subslice of `str`....`
--> /checkout/src/liballoc/str.rs:410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "safety-1"}`, found: `{"class": "section-header", "id": "safety"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-15"}`, found: `{"id": "examples-14", "class": "section-header"}`
WARNING: rendering difference in `Returns a mutable, unchecked subslice of `str`....`
--> /checkout/src/liballoc/str.rs:442:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "safety-3"}`, found: `{"class": "section-header", "id": "safety-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-17"}`, found: `{"class": "section-header", "id": "examples-16"}`
WARNING: rendering difference in `Creates a string slice from another string slice, bypassing safety...`
--> /checkout/src/liballoc/str.rs:491:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "safety-5"}`, found: `{"class": "section-header", "id": "safety-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-19"}`, found: `{"id": "examples-18", "class": "section-header"}`
WARNING: rendering difference in `Creates a string slice from another string slice, bypassing safety...`
--> /checkout/src/liballoc/str.rs:521:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "safety-7", "class": "section-header"}`, found: `{"id": "safety-6", "class": "section-header"}`
WARNING: rendering difference in `Divide one string slice into two at an index....`
--> /checkout/src/liballoc/str.rs:557:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-21"}`, found: `{"id": "examples-20", "class": "section-header"}`
WARNING: rendering difference in `Divide one mutable string slice into two at an index....`
--> /checkout/src/liballoc/str.rs:596:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-23", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-22"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice....`
--> /checkout/src/liballoc/str.rs:648:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-25"}`, found: `{"id": "examples-24", "class": "section-header"}`
WARNING: rendering difference in `Returns an iterator over the [`char`]s of a string slice, and their...`
--> /checkout/src/liballoc/str.rs:700:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-27"}`, found: `{"id": "examples-26", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the bytes of a string slice....`
--> /checkout/src/liballoc/str.rs:725:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-29"}`, found: `{"class": "section-header", "id": "examples-28"}`
WARNING: rendering difference in `Split a string slice by whitespace....`
--> /checkout/src/liballoc/str.rs:765:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-30"}`
WARNING: rendering difference in `An iterator over the lines of a string, as string slices....`
--> /checkout/src/liballoc/str.rs:807:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-32"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a sub-slice of...`
--> /checkout/src/liballoc/str.rs:843:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-35"}`, found: `{"id": "examples-34", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a prefix of this...`
--> /checkout/src/liballoc/str.rs:863:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-37", "class": "section-header"}`, found: `{"id": "examples-36", "class": "section-header"}`
WARNING: rendering difference in `Returns `true` if the given pattern matches a suffix of this...`
--> /checkout/src/liballoc/str.rs:883:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-39"}`, found: `{"id": "examples-38", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the first character of this string slice that...`
--> /checkout/src/liballoc/str.rs:931:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-41"}`, found: `{"id": "examples-40", "class": "section-header"}`
WARNING: rendering difference in `Returns the byte index of the last character of this string slice that...`
--> /checkout/src/liballoc/str.rs:976:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-43"}`, found: `{"id": "examples-42", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1090:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-1"}`, found: `{"class": "section-header", "id": "iterator-behavior"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-45"}`, found: `{"class": "section-header", "id": "examples-44"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1140:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-3"}`, found: `{"id": "iterator-behavior-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-47", "class": "section-header"}`, found: `{"id": "examples-46", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by...`
--> /checkout/src/liballoc/str.rs:1187:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-49"}`, found: `{"class": "section-header", "id": "examples-48"}`
WARNING: rendering difference in `An iterator over substrings of `self`, separated by characters...`
--> /checkout/src/liballoc/str.rs:1231:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-51", "class": "section-header"}`, found: `{"id": "examples-50", "class": "section-header"}`
WARNING: rendering difference in `An iterator over substrings of the given string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1284:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-9"}`, found: `{"class": "section-header", "id": "iterator-behavior-8"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-53"}`, found: `{"class": "section-header", "id": "examples-52"}`
WARNING: rendering difference in `An iterator over substrings of this string slice, separated by a...`
--> /checkout/src/liballoc/str.rs:1332:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-10"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-55"}`, found: `{"class": "section-header", "id": "examples-54"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within the given string...`
--> /checkout/src/liballoc/str.rs:1373:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-13", "class": "section-header"}`, found: `{"id": "iterator-behavior-12", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-57"}`, found: `{"id": "examples-56", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string slice,...`
--> /checkout/src/liballoc/str.rs:1410:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-59", "class": "section-header"}`, found: `{"id": "examples-58", "class": "section-header"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within this string...`
--> /checkout/src/liballoc/str.rs:1456:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "iterator-behavior-17"}`, found: `{"id": "iterator-behavior-16", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-61"}`, found: `{"class": "section-header", "id": "examples-60"}`
WARNING: rendering difference in `An iterator over the disjoint matches of a pattern within `self`,...`
--> /checkout/src/liballoc/str.rs:1499:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "iterator-behavior-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "iterator-behavior-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-63"}`, found: `{"class": "section-header", "id": "examples-62"}`
WARNING: rendering difference in `Returns a string slice with leading and trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1520:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-65"}`, found: `{"class": "section-header", "id": "examples-64"}`
WARNING: rendering difference in `Returns a string slice with leading whitespace removed....`
--> /checkout/src/liballoc/str.rs:1556:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "text-directionality"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-67", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-66"}`
WARNING: rendering difference in `Returns a string slice with trailing whitespace removed....`
--> /checkout/src/liballoc/str.rs:1592:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "text-directionality-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-69", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-68"}`
WARNING: rendering difference in `Returns a string slice with all prefixes and suffixes that match a...`
--> /checkout/src/liballoc/str.rs:1622:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-71"}`, found: `{"id": "examples-70", "class": "section-header"}`
WARNING: rendering difference in `Returns a string slice with all prefixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1655:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "text-directionality-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-73"}`, found: `{"class": "section-header", "id": "examples-72"}`
WARNING: rendering difference in `Returns a string slice with all suffixes that match a pattern...`
--> /checkout/src/liballoc/str.rs:1692:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "text-directionality-7", "class": "section-header"}`, found: `{"id": "text-directionality-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-75", "class": "section-header"}`, found: `{"id": "examples-74", "class": "section-header"}`
WARNING: rendering difference in `Parses this string slice into another type....`
--> /checkout/src/liballoc/str.rs:1744:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-7", "class": "section-header"}`, found: `{"id": "errors-6", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-77", "class": "section-header"}`, found: `{"id": "examples-76", "class": "section-header"}`
WARNING: rendering difference in `Replaces all matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1780:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-79"}`, found: `{"class": "section-header", "id": "examples-78"}`
WARNING: rendering difference in `Replaces first N matches of a pattern with another string....`
--> /checkout/src/liballoc/str.rs:1818:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-81", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-80"}`
WARNING: rendering difference in `Returns the lowercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1873:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-83", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-82"}`
WARNING: rendering difference in `Returns the uppercase equivalent of this string slice, as a new [`String`]....`
--> /checkout/src/liballoc/str.rs:1936:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-85"}`, found: `{"class": "section-header", "id": "examples-84"}`
WARNING: rendering difference in `Create a [`String`] by repeating a string `n` times....`
--> /checkout/src/liballoc/str.rs:2007:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-87", "class": "section-header"}`, found: `{"id": "examples-86", "class": "section-header"}`
WARNING: rendering difference in `Checks if the value is an ASCII punctuation charac ... s_ascii_punctuation)`
--> /checkout/src/libstd/ascii.rs:448:4
/html[0]/body[1]/p[0]/code[2] Text differs:
expected: `[ \\ ] ^ _ \`` U+007B ... U+007E`
found: `[ \\ ] ^ _ \`
/html[0]/body[1]/p[0] Types differ: expected: ``, found: `code`
/html[0]/body[1]/p[0] Types differ: expected: `a`, found: ``
/html[0]/body[1]/p[0] Unexpected element `a`: found: `<a href="https://doc.rust-lang.org/nightly/std/asc ... ation">Read more</a>`
WARNING: rendering difference in `A collection of headers, mapping a header name to its many ordered values....`
--> src/http/header.rs:119:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "case-insensitivity-1"}`, found: `{"class": "section-header", "id": "case-insensitivity"}`
WARNING: rendering difference in `Returns an empty collection....`
--> src/http/header.rs:134:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Returns true if `self` contains a header with the name `name`....`
--> src/http/header.rs:152:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Returns the number of _values_ stored in the map....`
--> src/http/header.rs:176:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Returns `true` if there are no headers stored in the map. Otherwise...`
--> src/http/header.rs:192:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Returns an iterator over all of the values stored in `self` for the...`
--> src/http/header.rs:216:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Returns the _first_ value stored for the header with name `name` if...`
--> src/http/header.rs:255:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Replace any header that matches the name of `header.name` with `header`....`
--> src/http/header.rs:311:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `A convenience method to replace a header using a raw name and value....`
--> src/http/header.rs:334:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Replaces all of the values for a header with name `name` with `values`....`
--> src/http/header.rs:361:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"class": "section-header", "id": "example-14"}`
WARNING: rendering difference in `A convenience method to add a header using a raw name and value....`
--> src/http/header.rs:405:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"id": "example-16", "class": "section-header"}`
WARNING: rendering difference in `Adds all of the values to a header with name `name`. This a low-level...`
--> src/http/header.rs:436:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-19"}`, found: `{"id": "example-18", "class": "section-header"}`
WARNING: rendering difference in `Remove all of the values for header with name `name`....`
--> src/http/header.rs:461:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-21"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `Removes all of the headers stored in this map and returns a vector...`
--> src/http/header.rs:501:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-23"}`, found: `{"class": "section-header", "id": "example-22"}`
WARNING: rendering difference in `Returns an iterator over all of the `Header`s stored in the map. Header...`
--> src/http/header.rs:541:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-25"}`, found: `{"id": "example-24", "class": "section-header"}`
WARNING: rendering difference in `Consumes `self` and returns an iterator over all of the `Header`s stored...`
--> src/http/header.rs:587:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-27"}`, found: `{"id": "example-26", "class": "section-header"}`
WARNING: rendering difference in `Constructs a new header. This method should be used rarely and only for...`
--> src/http/header.rs:46:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Returns the name of this header with casing preserved. To do a...`
--> src/http/header.rs:81:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns the value of this header....`
--> src/http/header.rs:98:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Structure representing an HTTP status: an integer code and a reason phrase....`
--> src/http/status.rs:85:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "usage-1"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Creates a new `Status` with `code` and `reason`. This should be _only_...`
--> src/http/status.rs:152:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Returns the class of a given status....`
--> src/http/status.rs:184:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Returns a Status given a standard status code `code`. If `code` is...`
--> src/http/status.rs:126:8
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Retrieve the weight of the media type, if there is any....`
--> src/http/accept.rs:27:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Retrieve the weight of the media type or a given default value....`
--> src/http/accept.rs:45:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Borrow the internal `MediaType`....`
--> src/http/accept.rs:60:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Returns the top-level type for this media type. The return type,...`
--> src/http/media_type.rs:265:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Returns the subtype for this media type. The return type,...`
--> src/http/media_type.rs:283:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Returns a `u8` representing how specific the top-level type and subtype...`
--> src/http/media_type.rs:311:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"id": "example-10", "class": "section-header"}`
WARNING: rendering difference in `Compares `self` with `other` and returns `true` if `self` and `other`...`
--> src/http/media_type.rs:344:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-12"}`
WARNING: rendering difference in `Returns an iterator over the (key, value) pairs of the media type's...`
--> src/http/media_type.rs:384:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"id": "example-14", "class": "section-header"}`
WARNING: rendering difference in `The HTTP Accept header....`
--> src/http/accept.rs:146:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "usage-1"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "example"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "header-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "header"}`
WARNING: rendering difference in `Constructs a new `Accept` header from one or more media types....`
--> src/http/accept.rs:197:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Retrieve the client's preferred media type. This method follows [RFC...`
--> src/http/accept.rs:226:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Retrieve the first media type in `self`, if any....`
--> src/http/accept.rs:268:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Returns an iterator over all of the (quality) media types in `self`....`
--> src/http/accept.rs:294:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Returns an iterator over all of the (bare) media types in `self`. Media...`
--> src/http/accept.rs:324:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"id": "example-10", "class": "section-header"}`
WARNING: rendering difference in `An `Accept` header with the single media type for <b>...`
--> src/http/accept.rs:157:12
/html[0]/body[1]/p[0]/i[2] Unexpected element `*
/
*
`: found: `...`
/html[0]/body[1] One element is missing: expected: `i`
/html[0]/body[1] One element is missing: expected: `p`
WARNING: rendering difference in `Representation of HTTP Content-Types....`
--> src/http/content_type.rs:43:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "usage-1"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "header-1", "class": "section-header"}`, found: `{"id": "header", "class": "section-header"}`
WARNING: rendering difference in `Creates a new `ContentType` with top-level type `top` and subtype `sub`....`
--> src/http/content_type.rs:76:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Returns the Content-Type associated with the extension `ext` if the...`
--> src/http/content_type.rs:109:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Creates a new `ContentType` with top-level type `top`, subtype `sub`,...`
--> src/http/content_type.rs:138:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Borrows the inner `MediaType` of `self`....`
--> src/http/content_type.rs:157:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Content-Type for <b>...`
--> src/http/content_type.rs:54:12
/html[0]/body[1]/p[0]/i[1] Unexpected element `*
/
*
`: found: `...`
/html[0]/body[1] One element is missing: expected: `i`
/html[0]/body[1] One element is missing: expected: `p`
WARNING: rendering difference in `Returns the top-level type for this media type. The return type,...`
--> src/http/media_type.rs:265:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Returns the subtype for this media type. The return type,...`
--> src/http/media_type.rs:283:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-13"}`, found: `{"class": "section-header", "id": "example-12"}`
WARNING: rendering difference in `Returns a `u8` representing how specific the top-level type and subtype...`
--> src/http/media_type.rs:311:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-15", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-14"}`
WARNING: rendering difference in `Compares `self` with `other` and returns `true` if `self` and `other`...`
--> src/http/media_type.rs:344:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Returns an iterator over the (key, value) pairs of the media type's...`
--> src/http/media_type.rs:384:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-19", "class": "section-header"}`, found: `{"id": "example-18", "class": "section-header"}`
WARNING: rendering difference in `Parses a `ContentType` from a given Content-Type header value....`
--> src/http/content_type.rs:243:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Formats the ContentType as an HTTP Content-Type value....`
--> src/http/content_type.rs:260:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-21"}`, found: `{"id": "example-20", "class": "section-header"}`
WARNING: rendering difference in `Representation of an HTTP cookie....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:159:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "constructing-a-cookie-1", "class": "section-header"}`, found: `{"id": "constructing-a-cookie", "class": "section-header"}`
WARNING: rendering difference in `Creates a new `Cookie` with the given name and value....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:194:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Creates a new `Cookie` with the given name and an empty value....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:223:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Creates a new `CookieBuilder` instance from the given key and value...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:240:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Parses a `Cookie` from the given HTTP cookie header value string. Does...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:261:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Parses a `Cookie` from the given HTTP cookie header value string where...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:284:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Wraps `self` in an `EncodedCookie`: a cost-free wrapper around `Cookie`...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:306:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"id": "example-10", "class": "section-header"}`
WARNING: rendering difference in `Converts `self` into a `Cookie` with a static lifetime. This method...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:322:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-13"}`, found: `{"class": "section-header", "id": "example-12"}`
WARNING: rendering difference in `Returns the name of `self`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:348:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"class": "section-header", "id": "example-14"}`
WARNING: rendering difference in `Returns the value of `self`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:363:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Returns the name and value of `self` as a tuple of `(name, value)`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:378:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-18"}`
WARNING: rendering difference in `Returns whether this cookie was marked `HttpOnly` or not....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:393:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `Returns whether this cookie was marked `Secure` or not....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:408:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-23", "class": "section-header"}`, found: `{"id": "example-22", "class": "section-header"}`
WARNING: rendering difference in `Returns the `SameSite` attribute of this cookie if one was specified....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:423:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-25", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-24"}`
WARNING: rendering difference in `Returns the specified max-age of the cookie if one was specified....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:441:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-27", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-26"}`
WARNING: rendering difference in `Returns the `Path` of the cookie if one was specified....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:462:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-29", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-28"}`
WARNING: rendering difference in `Returns the `Domain` of the cookie if one was specified....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:483:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-31"}`, found: `{"id": "example-30", "class": "section-header"}`
WARNING: rendering difference in `Returns the `Expires` time of the cookie if one was specified....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:506:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-32"}`
WARNING: rendering difference in `Sets the name of `self` to `name`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:523:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-35"}`, found: `{"id": "example-34", "class": "section-header"}`
WARNING: rendering difference in `Sets the value of `self` to `value`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:540:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-37"}`, found: `{"id": "example-36", "class": "section-header"}`
WARNING: rendering difference in `Sets the value of `http_only` in `self` to `value`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:558:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-39"}`, found: `{"class": "section-header", "id": "example-38"}`
WARNING: rendering difference in `Sets the value of `secure` in `self` to `value`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:576:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-41"}`, found: `{"class": "section-header", "id": "example-40"}`
WARNING: rendering difference in `Sets the value of `same_site` in `self` to `value`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:594:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-43"}`, found: `{"class": "section-header", "id": "example-42"}`
WARNING: rendering difference in `Sets the value of `max_age` in `self` to `value`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:618:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-45", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-44"}`
WARNING: rendering difference in `Sets the `path` of `self` to `path`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:635:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-47"}`, found: `{"class": "section-header", "id": "example-46"}`
WARNING: rendering difference in `Sets the `domain` of `self` to `domain`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:652:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-49", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-48"}`
WARNING: rendering difference in `Sets the expires field of `self` to `time`....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:678:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-51", "class": "section-header"}`, found: `{"id": "example-50", "class": "section-header"}`
WARNING: rendering difference in `Makes `self` a "permanent" cookie by extending its expiration and max...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:704:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-53"}`, found: `{"class": "section-header", "id": "example-52"}`
WARNING: rendering difference in `Returns the name of `self` as a string slice of the raw string `self`...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:767:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-55", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-54"}`
WARNING: rendering difference in `Returns the value of `self` as a string slice of the raw string `self`...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:797:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-57"}`, found: `{"id": "example-56", "class": "section-header"}`
WARNING: rendering difference in `Returns the `Path` of `self` as a string slice of the raw string `self`...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:828:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-59"}`, found: `{"class": "section-header", "id": "example-58"}`
WARNING: rendering difference in `Returns the `Domain` of `self` as a string slice of the raw string...`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:862:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-61"}`, found: `{"class": "section-header", "id": "example-60"}`
WARNING: rendering difference in `Formats the cookie `self` as a `Set-Cookie` header value....`
--> /home/misdreavus/.cargo/registry/src/github.com-1ecc6299db9ec823/cookie-0.10.0/src/lib.rs:918:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-63"}`, found: `{"class": "section-header", "id": "example-62"}`
WARNING: rendering difference in `Structures for local dispatching of requests, primarily for testing....`
--> src/local/mod.rs:1:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "unitintegration-testing-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "unitintegration-testing"}`
WARNING: rendering difference in `A structure to construct requests for local dispatching....`
--> src/local/client.rs:39:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"id": "usage", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Construct a new `Client` from an instance of `Rocket`....`
--> src/local/client.rs:59:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-1"}`, found: `{"class": "section-header", "id": "errors"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Returns the instance of `Rocket` this client is creating requests for....`
--> src/local/client.rs:81:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Create a local `GET` request to the URI `uri`....`
--> src/local/client.rs:102:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Create a local `PUT` request to the URI `uri`....`
--> src/local/client.rs:123:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Create a local `POST` request to the URI `uri`....`
--> src/local/client.rs:148:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-11", "class": "section-header"}`, found: `{"id": "example-10", "class": "section-header"}`
WARNING: rendering difference in `Create a local `DELETE` request to the URI `uri`....`
--> src/local/client.rs:169:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Create a local `OPTIONS` request to the URI `uri`....`
--> src/local/client.rs:192:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"class": "section-header", "id": "example-14"}`
WARNING: rendering difference in `Create a local `HEAD` request to the URI `uri`....`
--> src/local/client.rs:215:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Create a local `PATCH` request to the URI `uri`....`
--> src/local/client.rs:238:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-18"}`
WARNING: rendering difference in `Create a local request with method `method` to the URI `uri`....`
--> src/local/client.rs:262:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-21"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `A structure representing a local request as created by [`Client`]....`
--> src/local/request.rs:70:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "usage-1"}`, found: `{"class": "section-header", "id": "usage"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "dispatching-1", "class": "section-header"}`, found: `{"id": "dispatching", "class": "section-header"}`
WARNING: rendering difference in `Retrieves the inner `Request` as seen by Rocket....`
--> src/local/request.rs:97:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Add a header to this request....`
--> src/local/request.rs:127:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Adds a header to this request without consuming `self`....`
--> src/local/request.rs:147:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Set the remote address of this request....`
--> src/local/request.rs:165:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Add a cookie to this request....`
--> src/local/request.rs:187:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-6"}`
WARNING: rendering difference in `Set the body (data) of the request....`
--> src/local/request.rs:214:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"id": "examples-8", "class": "section-header"}`
WARNING: rendering difference in `Set the body (data) of the request without consuming `self`....`
--> src/local/request.rs:234:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-10"}`
WARNING: rendering difference in `Dispatches the request, returning the response....`
--> src/local/request.rs:252:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Dispatches the request, returning the response....`
--> src/local/request.rs:279:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Dispatches the request, returning the response....`
--> src/local/request.rs:314:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Returns the status of `self`....`
--> src/response/response.rs:644:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Sets the status of `self` to `status`....`
--> src/response/response.rs:661:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Returns the Content-Type header of `self`. If the header is not present...`
--> src/response/response.rs:679:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Sets the status of `self` to a custom `status` with status code `code`...`
--> src/response/response.rs:698:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Returns a [`HeaderMap`](/rocket/http/struct.HeaderMap.html) of all of...`
--> src/response/response.rs:721:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Sets the header `header` in `self`. Any existing headers with the name...`
--> src/response/response.rs:748:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-11", "class": "section-header"}`, found: `{"id": "example-10", "class": "section-header"}`
WARNING: rendering difference in `Sets the custom header with name `name` and value `value` in `self`. Any...`
--> src/response/response.rs:774:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-13"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Adds the header `header` to `self`. If `self` contains headers with the...`
--> src/response/response.rs:803:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"id": "example-14", "class": "section-header"}`
WARNING: rendering difference in `Adds a custom header with name `name` and value `value` to `self`. If...`
--> src/response/response.rs:830:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Removes all headers with the name `name`....`
--> src/response/response.rs:854:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-18"}`
WARNING: rendering difference in `Returns a mutable borrow of the body of `self`, if there is one. The...`
--> src/response/response.rs:874:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `Consumes `self's` body and reads it into a string. If `self` doesn't...`
--> src/response/response.rs:904:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-23", "class": "section-header"}`, found: `{"id": "example-22", "class": "section-header"}`
WARNING: rendering difference in `Consumes `self's` body and reads it into a `Vec` of `u8` bytes. If...`
--> src/response/response.rs:926:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-25", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-24"}`
WARNING: rendering difference in `Moves the body of `self` out and returns it, if there is one, leaving no...`
--> src/response/response.rs:951:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-27"}`, found: `{"id": "example-26", "class": "section-header"}`
WARNING: rendering difference in `Sets the body of `self` to be the fixed-sized `body`. The size of the...`
--> src/response/response.rs:988:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-29"}`, found: `{"id": "example-28", "class": "section-header"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`, which will be streamed. The chunk...`
--> src/response/response.rs:1014:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-31"}`, found: `{"class": "section-header", "id": "example-30"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`, which will be streamed with chunk...`
--> src/response/response.rs:1032:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-33"}`, found: `{"class": "section-header", "id": "example-32"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`. This method should typically not...`
--> src/response/response.rs:1055:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-35"}`, found: `{"class": "section-header", "id": "example-34"}`
WARNING: rendering difference in `Replaces this response's status and body with that of `other`, if they...`
--> src/response/response.rs:1097:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-37", "class": "section-header"}`, found: `{"id": "example-36", "class": "section-header"}`
WARNING: rendering difference in `Sets `self`'s status and body to that of `other` if they are not already...`
--> src/response/response.rs:1146:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-39"}`, found: `{"class": "section-header", "id": "example-38"}`
WARNING: rendering difference in `Unwraps the Outcome, yielding the contents of a Success....`
--> src/outcome.rs:162:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Unwraps the Outcome, yielding the contents of a Success....`
--> src/outcome.rs:185:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics-2"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"id": "examples-2", "class": "section-header"}`
WARNING: rendering difference in `Return true if this `Outcome` is a `Success`....`
--> src/outcome.rs:210:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Return true if this `Outcome` is a `Failure`....`
--> src/outcome.rs:235:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Return true if this `Outcome` is a `Forward`....`
--> src/outcome.rs:260:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-8"}`
WARNING: rendering difference in `Create a new `Rocket` application using the configuration information in...`
--> src/rocket.rs:355:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples"}`
WARNING: rendering difference in `Creates a new `Rocket` application using the supplied custom...`
--> src/rocket.rs:386:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "examples-2"}`
WARNING: rendering difference in `Mounts all of the routes in the supplied vector at the given `base`...`
--> src/rocket.rs:487:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-3", "class": "section-header"}`, found: `{"id": "panics-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "examples-5", "class": "section-header"}`, found: `{"id": "examples-4", "class": "section-header"}`
WARNING: rendering difference in `Registers all of the catchers in the supplied vector....`
--> src/rocket.rs:542:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-7"}`, found: `{"id": "examples-6", "class": "section-header"}`
WARNING: rendering difference in `Add `state` to the state managed by this instance of Rocket....`
--> src/rocket.rs:598:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-5", "class": "section-header"}`, found: `{"id": "panics-4", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Attaches a fairing to this instance of Rocket....`
--> src/rocket.rs:627:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Starts the application server and begins listening for and dispatching...`
--> src/rocket.rs:669:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "error-1"}`, found: `{"id": "error", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Returns an iterator over all of the routes mounted on this instance of...`
--> src/rocket.rs:742:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Returns the active configuration....`
--> src/rocket.rs:768:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `An error catching route....`
--> src/catcher.rs:64:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "built-in-catchers-1"}`, found: `{"class": "section-header", "id": "built-in-catchers"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "code-generation-1"}`, found: `{"class": "section-header", "id": "code-generation"}`
WARNING: rendering difference in `Creates a catcher for the given status code using the given error...`
--> src/catcher.rs:97:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "examples-1"}`, found: `{"id": "examples", "class": "section-header"}`
WARNING: rendering difference in `Request guard to retrieve managed state....`
--> src/request/state.rs:85:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "within-request-guards-1"}`, found: `{"class": "section-header", "id": "within-request-guards"}`
WARNING: rendering difference in `Retrieve a borrow to the underyling value with a lifetime of `'r`....`
--> src/request/state.rs:115:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Retrieve the method from `self`....`
--> src/request/request.rs:93:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Set the method of `self`....`
--> src/request/request.rs:113:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Borrow the URI from `self`, which is guaranteed to be an absolute URI....`
--> src/request/request.rs:129:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Set the URI in `self`. The `uri` parameter can be of any type that...`
--> src/request/request.rs:148:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Returns the address of the remote connection that initiated this...`
--> src/request/request.rs:167:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Sets the remote address of `self` to `address`....`
--> src/request/request.rs:191:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-11"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Returns a [`HeaderMap`](/rocket/http/struct.HeaderMap.html) of all of...`
--> src/request/request.rs:209:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Add `header` to `self`'s headers. The type of `header` can be any type...`
--> src/request/request.rs:234:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-15", "class": "section-header"}`, found: `{"id": "example-14", "class": "section-header"}`
WARNING: rendering difference in `Replaces the value of the header with name `header.name` with...`
--> src/request/request.rs:260:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-17", "class": "section-header"}`, found: `{"id": "example-16", "class": "section-header"}`
WARNING: rendering difference in `Returns a wrapped borrow to the cookies in `self`....`
--> src/request/request.rs:284:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-19", "class": "section-header"}`, found: `{"id": "example-18", "class": "section-header"}`
WARNING: rendering difference in `Returns the Content-Type header of `self`. If the header is not present,...`
--> src/request/request.rs:320:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `Returns the Accept header of `self`. If the header is not present,...`
--> src/request/request.rs:348:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-23"}`, found: `{"class": "section-header", "id": "example-22"}`
WARNING: rendering difference in `Returns the media type "format" of the request....`
--> src/request/request.rs:381:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-25", "class": "section-header"}`, found: `{"id": "example-24", "class": "section-header"}`
WARNING: rendering difference in `Returns the configured application receive limits....`
--> src/request/request.rs:406:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-27"}`, found: `{"id": "example-26", "class": "section-header"}`
WARNING: rendering difference in `Get the presently matched route, if any....`
--> src/request/request.rs:425:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-29", "class": "section-header"}`, found: `{"id": "example-28", "class": "section-header"}`
WARNING: rendering difference in `Invokes the request guard implemention for `T`, returning its outcome....`
--> src/request/request.rs:447:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-31", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-30"}`
WARNING: rendering difference in `Retrieves and parses into `T` the 0-indexed `n`th dynamic parameter from...`
--> src/request/request.rs:473:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-33", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-32"}`
WARNING: rendering difference in `Retrieves and parses into `T` all of the path segments in the request...`
--> src/request/request.rs:517:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "error-1"}`, found: `{"class": "section-header", "id": "error"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-35", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-34"}`
WARNING: rendering difference in `Creates a new route with the given method, path, and handler with a base...`
--> src/router/route.rs:80:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "ranking-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "ranking"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Creates a new route with the given rank, method, path, and handler with...`
--> src/router/route.rs:112:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Retrieves the path of the base mount point of this route as an `&str`....`
--> src/router/route.rs:144:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-5", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Sets the base mount point of the route. Does not update the rank or any...`
--> src/router/route.rs:170:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Sets the path of the route. Does not update the rank or any other...`
--> src/router/route.rs:194:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Structure for Rocket application configuration....`
--> src/config/config.rs:41:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "usage-1", "class": "section-header"}`, found: `{"id": "usage", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h2`: expected: `{"id": "general-configuration-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "general-configuration"}`
WARNING: rendering difference in `Returns a builder for `Config` structure where the default parameters...`
--> src/config/config.rs:98:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "panics-1"}`, found: `{"id": "panics", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"class": "section-header", "id": "example"}`
WARNING: rendering difference in `Creates a new configuration using the default parameters for the...`
--> src/config/config.rs:119:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Returns a builder for `Config` structure where the default parameters...`
--> src/config/config.rs:141:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-3", "class": "section-header"}`, found: `{"id": "errors-2", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `Creates a new configuration using the default parameters from the...`
--> src/config/config.rs:162:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-5"}`, found: `{"class": "section-header", "id": "errors-4"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `Creates a new configuration using the default parameters from the...`
--> src/config/config.rs:183:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors-6"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"id": "example-8", "class": "section-header"}`
WARNING: rendering difference in `Sets the root directory of this configuration to `root`....`
--> src/config/config.rs:315:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-11", "class": "section-header"}`, found: `{"id": "example-10", "class": "section-header"}`
WARNING: rendering difference in `Sets the address of `self` to `address`....`
--> src/config/config.rs:345:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-9"}`, found: `{"id": "errors-8", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"id": "example-12", "class": "section-header"}`
WARNING: rendering difference in `Sets the `port` of `self` to `port`....`
--> src/config/config.rs:370:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"id": "example-14", "class": "section-header"}`
WARNING: rendering difference in `Sets the number of `workers` in `self` to `workers`....`
--> src/config/config.rs:389:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-17"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Sets the `secret_key` in `self` to `key` which must be a 192-bit base64...`
--> src/config/config.rs:415:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-11", "class": "section-header"}`, found: `{"id": "errors-10", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-19"}`, found: `{"id": "example-18", "class": "section-header"}`
WARNING: rendering difference in `Sets the logging level for `self` to `log_level`....`
--> src/config/config.rs:448:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-21", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `Set the receive limits in `self` to `limits`....`
--> src/config/config.rs:467:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-23"}`, found: `{"id": "example-22", "class": "section-header"}`
WARNING: rendering difference in `Sets the TLS configuration in `self`....`
--> src/config/config.rs:497:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-13"}`, found: `{"class": "section-header", "id": "errors-12"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-25", "class": "section-header"}`, found: `{"id": "example-24", "class": "section-header"}`
WARNING: rendering difference in `Sets the extras for `self` to be the key/value pairs in `extras`....`
--> src/config/config.rs:561:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-27"}`, found: `{"class": "section-header", "id": "example-26"}`
WARNING: rendering difference in `Returns an iterator over the names and values of all of the extras in...`
--> src/config/config.rs:590:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-29", "class": "section-header"}`, found: `{"id": "example-28", "class": "section-header"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a string....`
--> src/config/config.rs:619:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-15"}`, found: `{"class": "section-header", "id": "errors-14"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-31"}`, found: `{"class": "section-header", "id": "example-30"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as an integer....`
--> src/config/config.rs:643:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors-16"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-33"}`, found: `{"class": "section-header", "id": "example-32"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a boolean....`
--> src/config/config.rs:667:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-19", "class": "section-header"}`, found: `{"class": "section-header", "id": "errors-18"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-35", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-34"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a float....`
--> src/config/config.rs:691:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-21"}`, found: `{"id": "errors-20", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-37"}`, found: `{"class": "section-header", "id": "example-36"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a slice of an array....`
--> src/config/config.rs:715:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "errors-23"}`, found: `{"id": "errors-22", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-39"}`, found: `{"class": "section-header", "id": "example-38"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a table....`
--> src/config/config.rs:743:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-25", "class": "section-header"}`, found: `{"id": "errors-24", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-41", "class": "section-header"}`, found: `{"id": "example-40", "class": "section-header"}`
WARNING: rendering difference in `Attempts to retrieve the extra named `name` as a datetime value....`
--> src/config/config.rs:769:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "errors-27", "class": "section-header"}`, found: `{"id": "errors-26", "class": "section-header"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-43"}`, found: `{"id": "example-42", "class": "section-header"}`
WARNING: rendering difference in `Returns the path at which the configuration file for `self` is stored....`
--> src/config/config.rs:789:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-45", "class": "section-header"}`, found: `{"id": "example-44", "class": "section-header"}`
WARNING: rendering difference in `If `path` is a relative path, `path` is appended to the [`root`] at...`
--> src/config/config.rs:816:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-47"}`, found: `{"class": "section-header", "id": "example-46"}`
WARNING: rendering difference in `Type representing the data in the body of an incoming request....`
--> src/data/data.rs:54:0
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "reading-data-1"}`, found: `{"id": "reading-data", "class": "section-header"}`
WARNING: rendering difference in `Returns the raw data stream....`
--> src/data/data.rs:77:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-1", "class": "section-header"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Retrieve the `peek` buffer....`
--> src/data/data.rs:158:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-3", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-2"}`
WARNING: rendering difference in `Returns true if the `peek` buffer contains all of the data in the body...`
--> src/data/data.rs:182:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"id": "example-4", "class": "section-header"}`
WARNING: rendering difference in `A helper method to write the body of the request to any `Write` type....`
--> src/data/data.rs:203:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-7"}`, found: `{"id": "example-6", "class": "section-header"}`
WARNING: rendering difference in `A helper method to write the body of the request to a file at the path...`
--> src/data/data.rs:225:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-9"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Creates a new, empty `Response` without a status, body, or headers....`
--> src/response/response.rs:590:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-1"}`, found: `{"id": "example", "class": "section-header"}`
WARNING: rendering difference in `Returns a `ResponseBuilder` with a base of `Response::new()`....`
--> src/response/response.rs:609:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-3"}`, found: `{"id": "example-2", "class": "section-header"}`
WARNING: rendering difference in `Returns a `ResponseBuilder` with a base of `other`....`
--> src/response/response.rs:625:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-5"}`, found: `{"class": "section-header", "id": "example-4"}`
WARNING: rendering difference in `Returns the status of `self`....`
--> src/response/response.rs:644:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-7", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-6"}`
WARNING: rendering difference in `Sets the status of `self` to `status`....`
--> src/response/response.rs:661:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-9", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-8"}`
WARNING: rendering difference in `Returns the Content-Type header of `self`. If the header is not present...`
--> src/response/response.rs:679:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-11", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-10"}`
WARNING: rendering difference in `Sets the status of `self` to a custom `status` with status code `code`...`
--> src/response/response.rs:698:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-13", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-12"}`
WARNING: rendering difference in `Returns a [`HeaderMap`](/rocket/http/struct.HeaderMap.html) of all of...`
--> src/response/response.rs:721:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-15"}`, found: `{"class": "section-header", "id": "example-14"}`
WARNING: rendering difference in `Sets the header `header` in `self`. Any existing headers with the name...`
--> src/response/response.rs:748:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-17", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-16"}`
WARNING: rendering difference in `Sets the custom header with name `name` and value `value` in `self`. Any...`
--> src/response/response.rs:774:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-19", "class": "section-header"}`, found: `{"id": "example-18", "class": "section-header"}`
WARNING: rendering difference in `Adds the header `header` to `self`. If `self` contains headers with the...`
--> src/response/response.rs:803:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-21"}`, found: `{"class": "section-header", "id": "example-20"}`
WARNING: rendering difference in `Adds a custom header with name `name` and value `value` to `self`. If...`
--> src/response/response.rs:830:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-23"}`, found: `{"class": "section-header", "id": "example-22"}`
WARNING: rendering difference in `Removes all headers with the name `name`....`
--> src/response/response.rs:854:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-25"}`, found: `{"class": "section-header", "id": "example-24"}`
WARNING: rendering difference in `Returns a mutable borrow of the body of `self`, if there is one. The...`
--> src/response/response.rs:874:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-27"}`, found: `{"id": "example-26", "class": "section-header"}`
WARNING: rendering difference in `Consumes `self's` body and reads it into a string. If `self` doesn't...`
--> src/response/response.rs:904:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-29", "class": "section-header"}`, found: `{"id": "example-28", "class": "section-header"}`
WARNING: rendering difference in `Consumes `self's` body and reads it into a `Vec` of `u8` bytes. If...`
--> src/response/response.rs:926:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-31"}`, found: `{"class": "section-header", "id": "example-30"}`
WARNING: rendering difference in `Moves the body of `self` out and returns it, if there is one, leaving no...`
--> src/response/response.rs:951:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-33", "class": "section-header"}`, found: `{"id": "example-32", "class": "section-header"}`
WARNING: rendering difference in `Sets the body of `self` to be the fixed-sized `body`. The size of the...`
--> src/response/response.rs:988:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "panics-1", "class": "section-header"}`, found: `{"class": "section-header", "id": "panics"}`
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-35", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-34"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`, which will be streamed. The chunk...`
--> src/response/response.rs:1014:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-37"}`, found: `{"class": "section-header", "id": "example-36"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`, which will be streamed with chunk...`
--> src/response/response.rs:1032:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"class": "section-header", "id": "example-39"}`, found: `{"class": "section-header", "id": "example-38"}`
WARNING: rendering difference in `Sets the body of `self` to be `body`. This method should typically not...`
--> src/response/response.rs:1055:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-41", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-40"}`
WARNING: rendering difference in `Replaces this response's status and body with that of `other`, if they...`
--> src/response/response.rs:1097:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-43", "class": "section-header"}`, found: `{"class": "section-header", "id": "example-42"}`
WARNING: rendering difference in `Sets `self`'s status and body to that of `other` if they are not already...`
--> src/response/response.rs:1146:4
/html[0]/body[1] Attributes differ in `h1`: expected: `{"id": "example-45", "class": "section-header"}`, found: `{"id": "example-44", "class": "section-header"}`
Finished dev [unoptimized + debuginfo] target(s) in 6.38 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment