Skip to content

Commit 3b74f79

Browse files
committed
deprecated's since should be semver (2)
1 parent 0fb7319 commit 3b74f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adaptors/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ where
6868
pub type MapOk<I, F> = MapSpecialCase<I, MapSpecialCaseFnOk<F>>;
6969

7070
/// See [`MapOk`](struct.MapOk.html).
71-
#[deprecated(note = "Use MapOk instead", since = "0.10")]
71+
#[deprecated(note = "Use MapOk instead", since = "0.10.0")]
7272
pub type MapResults<I, F> = MapOk<I, F>;
7373

7474
impl<F, T, U, E> MapSpecialCaseFn<Result<T, E>> for MapSpecialCaseFnOk<F>

0 commit comments

Comments
 (0)