Skip to content

Commit 50864a4

Browse files
committed
Remove maplit credit
1 parent 75c4ab2 commit 50864a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ impl<K: Eq, V> Into<Vec<(K, V)>> for LinearMap<K, V> {
299299
}
300300
}
301301

302-
/// Creates a `LinearMap` from a list of key-value pairs. Code is thanks to
303-
/// [`maplit`][1].
302+
/// Creates a `LinearMap` from a list of key-value pairs.
304303
///
305304
/// ## Example
306305
///
@@ -317,8 +316,6 @@ impl<K: Eq, V> Into<Vec<(K, V)>> for LinearMap<K, V> {
317316
/// assert_eq!(map.get("c"), None);
318317
/// # }
319318
/// ```
320-
///
321-
/// [1]: https://github.com/bluss/maplit
322319
#[macro_export]
323320
macro_rules! linear_map {
324321
// trailing comma case

0 commit comments

Comments
 (0)