Commit fecfdfb
authored
Fix
Compiling with `cargo 1.63.0-nightly (3f052d8ee 2022-05-12)` I get lots
of errors like this:
```
error: `#[doc(hidden)]` is ignored on trait impl items
--> src/header/map.rs:3296:9
|
3296 | #[doc(hidden)]
| ^^^^^^^^^^^^^^ help: remove this attribute
|
note: the lint level is defined here
--> src/lib.rs:161:9
|
161 | #![deny(warnings, missing_docs, missing_debug_implementations)]
| ^^^^^^^^
= note: `#[deny(unused_attributes)]` implied by `#[deny(warnings)]`
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: whether the impl item is `doc(hidden)` or not entirely depends on the corresponding trait item
```
This commit removes all these unnecessary attributes so that `http` compiles
again with Nightly.doc(hidden) errors. (#553)1 parent 9f68ed7 commit fecfdfb
1 file changed
+0
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3293 | 3293 | | |
3294 | 3294 | | |
3295 | 3295 | | |
3296 | | - | |
3297 | 3296 | | |
3298 | 3297 | | |
3299 | 3298 | | |
3300 | 3299 | | |
3301 | 3300 | | |
3302 | | - | |
3303 | 3301 | | |
3304 | 3302 | | |
3305 | 3303 | | |
3306 | 3304 | | |
3307 | 3305 | | |
3308 | | - | |
3309 | 3306 | | |
3310 | 3307 | | |
3311 | 3308 | | |
| |||
3315 | 3312 | | |
3316 | 3313 | | |
3317 | 3314 | | |
3318 | | - | |
3319 | 3315 | | |
3320 | 3316 | | |
3321 | 3317 | | |
3322 | 3318 | | |
3323 | | - | |
3324 | 3319 | | |
3325 | 3320 | | |
3326 | 3321 | | |
3327 | 3322 | | |
3328 | 3323 | | |
3329 | | - | |
3330 | 3324 | | |
3331 | 3325 | | |
3332 | 3326 | | |
| |||
3336 | 3330 | | |
3337 | 3331 | | |
3338 | 3332 | | |
3339 | | - | |
3340 | 3333 | | |
3341 | 3334 | | |
3342 | 3335 | | |
3343 | 3336 | | |
3344 | | - | |
3345 | 3337 | | |
3346 | 3338 | | |
3347 | 3339 | | |
3348 | 3340 | | |
3349 | 3341 | | |
3350 | | - | |
3351 | 3342 | | |
3352 | 3343 | | |
3353 | 3344 | | |
| |||
3386 | 3377 | | |
3387 | 3378 | | |
3388 | 3379 | | |
3389 | | - | |
3390 | 3380 | | |
3391 | 3381 | | |
3392 | 3382 | | |
3393 | 3383 | | |
3394 | 3384 | | |
3395 | | - | |
3396 | 3385 | | |
3397 | 3386 | | |
3398 | 3387 | | |
3399 | 3388 | | |
3400 | 3389 | | |
3401 | | - | |
3402 | 3390 | | |
3403 | 3391 | | |
3404 | 3392 | | |
| |||
3407 | 3395 | | |
3408 | 3396 | | |
3409 | 3397 | | |
3410 | | - | |
3411 | 3398 | | |
3412 | 3399 | | |
3413 | 3400 | | |
3414 | 3401 | | |
3415 | 3402 | | |
3416 | | - | |
3417 | 3403 | | |
3418 | 3404 | | |
3419 | 3405 | | |
3420 | 3406 | | |
3421 | 3407 | | |
3422 | | - | |
3423 | 3408 | | |
3424 | 3409 | | |
3425 | 3410 | | |
| |||
3428 | 3413 | | |
3429 | 3414 | | |
3430 | 3415 | | |
3431 | | - | |
3432 | 3416 | | |
3433 | 3417 | | |
3434 | 3418 | | |
3435 | 3419 | | |
3436 | 3420 | | |
3437 | | - | |
3438 | 3421 | | |
3439 | 3422 | | |
3440 | 3423 | | |
3441 | 3424 | | |
3442 | 3425 | | |
3443 | | - | |
3444 | 3426 | | |
3445 | 3427 | | |
3446 | 3428 | | |
| |||
3449 | 3431 | | |
3450 | 3432 | | |
3451 | 3433 | | |
3452 | | - | |
3453 | 3434 | | |
3454 | 3435 | | |
3455 | 3436 | | |
3456 | 3437 | | |
3457 | 3438 | | |
3458 | | - | |
3459 | 3439 | | |
3460 | 3440 | | |
3461 | 3441 | | |
3462 | 3442 | | |
3463 | 3443 | | |
3464 | | - | |
3465 | 3444 | | |
3466 | 3445 | | |
3467 | 3446 | | |
| |||
3470 | 3449 | | |
3471 | 3450 | | |
3472 | 3451 | | |
3473 | | - | |
3474 | 3452 | | |
3475 | 3453 | | |
3476 | 3454 | | |
3477 | 3455 | | |
3478 | 3456 | | |
3479 | | - | |
3480 | 3457 | | |
3481 | 3458 | | |
3482 | 3459 | | |
3483 | 3460 | | |
3484 | 3461 | | |
3485 | | - | |
3486 | 3462 | | |
3487 | 3463 | | |
3488 | 3464 | | |
| |||
0 commit comments