@@ -355,73 +355,73 @@ LL | // SAFETY: fail ONLY if `accept-comment-above-attribute = false`
355355 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
356356
357357error: statement has unnecessary safety comment
358- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:720 :5
358+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:721 :5
359359 |
360360LL | _ = bar();
361361 | ^^^^^^^^^^
362362 |
363363help: consider removing the safety comment
364- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:719 :5
364+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:720 :5
365365 |
366366LL | // SAFETY: unnecessary_safety_comment triggers here
367367 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
368368
369369error: module has unnecessary safety comment
370- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:740 :5
370+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:741 :5
371371 |
372372LL | mod x {}
373373 | ^^^^^^^^
374374 |
375375help: consider removing the safety comment
376- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:739 :5
376+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:740 :5
377377 |
378378LL | // SAFETY: ...
379379 | ^^^^^^^^^^^^^^
380380
381381error: module has unnecessary safety comment
382- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:745 :5
382+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:746 :5
383383 |
384384LL | mod y {}
385385 | ^^^^^^^^
386386 |
387387help: consider removing the safety comment
388- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:743 :5
388+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:744 :5
389389 |
390390LL | // SAFETY: ...
391391 | ^^^^^^^^^^^^^^
392392
393393error: module has unnecessary safety comment
394- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:750 :5
394+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:751 :5
395395 |
396396LL | mod z {}
397397 | ^^^^^^^^
398398 |
399399help: consider removing the safety comment
400- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:749 :5
400+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:750 :5
401401 |
402402LL | // SAFETY: ...
403403 | ^^^^^^^^^^^^^^
404404
405405error: module has unnecessary safety comment
406- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:758 :5
406+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:759 :5
407407 |
408408LL | mod y {}
409409 | ^^^^^^^^
410410 |
411411help: consider removing the safety comment
412- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:756 :5
412+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:757 :5
413413 |
414414LL | // SAFETY: ...
415415 | ^^^^^^^^^^^^^^
416416
417417error: statement has unnecessary safety comment
418- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:773 :9
418+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:774 :9
419419 |
420420LL | let x = 34;
421421 | ^^^^^^^^^^^
422422 |
423423help: consider removing the safety comment
424- --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:771 :9
424+ --> tests/ui-toml/undocumented_unsafe_blocks/undocumented_unsafe_blocks.rs:772 :9
425425 |
426426LL | // SAFETY: ...
427427 | ^^^^^^^^^^^^^^
0 commit comments