Skip to content

Add 1.1 binary reader support for strings and integers. (#754) #180

Add 1.1 binary reader support for strings and integers. (#754)

Add 1.1 binary reader support for strings and integers. (#754) #180

GitHub Actions / clippy failed Jul 11, 2024 in 0s

clippy

28 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 28
Warning 0
Note 0
Help 0

Versions

  • rustc 1.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b9 2024-06-10)

Annotations

Check failure on line 597 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:597:34
    |
597 |     fn serialize_newtype_variant<T: ?Sized>(
    |                                  ^
...
605 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 582 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:582:23
    |
582 |     fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error>
    |                       ^
583 |     where
584 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 507 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:507:33
    |
507 |     fn serialize_newtype_struct<T: ?Sized>(
    |                                 ^
...
513 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 462 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:462:24
    |
462 |     fn serialize_field<T: ?Sized>(
    |                        ^
...
468 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 441 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:441:24
    |
441 |     fn serialize_field<T: ?Sized>(
    |                        ^
...
447 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 424 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:424:24
    |
424 |     fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                        ^
425 |     where
426 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 413 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:413:22
    |
413 |     fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), Self::Error>
    |                      ^
414 |     where
415 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 379 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:379:24
    |
379 |     fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                        ^
380 |     where
381 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 363 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:363:24
    |
363 |     fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                        ^
364 |     where
365 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 347 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:347:26
    |
347 |     fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                          ^
348 |     where
349 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 331 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:331:26
    |
331 |     fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                          ^
332 |     where
333 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 225 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:225:34
    |
225 |     fn serialize_newtype_variant<T: ?Sized>(
    |                                  ^
...
233 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 193 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:193:33
    |
193 |     fn serialize_newtype_struct<T: ?Sized>(
    |                                 ^
...
199 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 169 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:169:23
    |
169 |     fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error>
    |                       ^
170 |     where
171 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
    = note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`

Check failure on line 597 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:597:34
    |
597 |     fn serialize_newtype_variant<T: ?Sized>(
    |                                  ^
...
605 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 582 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:582:23
    |
582 |     fn serialize_some<T: ?Sized>(self, value: &T) -> Result<Self::Ok, Self::Error>
    |                       ^
583 |     where
584 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 507 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:507:33
    |
507 |     fn serialize_newtype_struct<T: ?Sized>(
    |                                 ^
...
513 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 462 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:462:24
    |
462 |     fn serialize_field<T: ?Sized>(
    |                        ^
...
468 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 441 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:441:24
    |
441 |     fn serialize_field<T: ?Sized>(
    |                        ^
...
447 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 424 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:424:24
    |
424 |     fn serialize_value<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                        ^
425 |     where
426 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 413 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:413:22
    |
413 |     fn serialize_key<T: ?Sized>(&mut self, key: &T) -> Result<(), Self::Error>
    |                      ^
414 |     where
415 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 379 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:379:24
    |
379 |     fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                        ^
380 |     where
381 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 363 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:363:24
    |
363 |     fn serialize_field<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                        ^
364 |     where
365 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 347 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:347:26
    |
347 |     fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                          ^
348 |     where
349 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check failure on line 331 in src/serde/ser.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

error: bound is defined in more than one place
   --> src/serde/ser.rs:331:26
    |
331 |     fn serialize_element<T: ?Sized>(&mut self, value: &T) -> Result<(), Self::Error>
    |                          ^
332 |     where
333 |         T: Serialize,
    |         ^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations