Skip to content

Commit a4422a9

Browse files
committed
Remove outdated comment
1 parent a73e755 commit a4422a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

url/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,6 @@ impl Url {
13211321
// > This RFC proposes that *all* type parameters are considered in scope
13221322
// > for `impl Trait` in return position
13231323

1324-
// TODO: Return custom error type to support no_std
13251324
fn io_result<T>(opt: Option<T>, message: &str) -> io::Result<T> {
13261325
opt.ok_or_else(|| io::Error::new(io::ErrorKind::InvalidData, message))
13271326
}

0 commit comments

Comments
 (0)