Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e802928

Browse files
Remove redundant comment
1 parent 8fdbc5a commit e802928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/ui/lint/issue-146164.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// that's already available through a glob re-export
44

55
pub use std::option::*;
6-
use std::option::Option;// Should not warn - same item as glob import
6+
use std::option::Option;
77

88
fn main() {
99
let _x: Option<i32> = Some(42);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /