rust/src/libcore
bors 25a23271f4 Auto merge of #32100 - SimonSapin:patch-6, r=alexcrichton
"can be built on Ref::map"… how?

Now that `std::cell::Ref::filter_map` and `RefMut::filter_map` are deprecated, using them gives a warning like:
```
script/dom/element.rs:754:9: 754:24 warning: use of deprecated item: can be built on Ref::map, #[warn(deprecated)] on by default
```

But it’s not at all obvious *how* the functionality can be built on `Ref::map`. This PR adds to the warning message a crates.io URL for a crate that does.
2016-03-10 02:45:14 -08:00
..
fmt End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
hash doc: insert missing chars 2016-01-27 20:56:18 +02:00
num Rollup merge of #31965 - miqid:doc, r=steveklabnik 2016-03-01 13:39:41 -05:00
prelude Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
str Rollup merge of #32099 - bluss:doc-string-slicing, r=alexcrichton 2016-03-08 21:44:11 +03:00
sync Add compare_exchange and compare_exchange_weak to atomic types 2016-02-18 22:38:25 +00:00
any.rs Implement Any for unsized types 2016-01-14 23:02:32 -08:00
array.rs Fix broken links for core primitives 2016-03-01 20:44:48 +08:00
borrow.rs Move the Borrow and BorrowMut traits to libcore. 2015-08-22 13:58:39 +02:00
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
cell.rs Fix some line lengths 2016-03-07 16:27:21 +01:00
char.rs Auto merge of #30624 - Ticki:specialization, r=alexcrichton 2016-01-16 21:38:39 +00:00
clone.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
cmp.rs Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments. 2016-02-09 08:01:28 -07:00
convert.rs Minor spelling fixes 2016-02-09 11:52:39 -05:00
default.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
intrinsics.rs std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
iter.rs Auto merge of #32051 - steveklabnik:gh9447, r=bluss 2016-03-07 06:54:36 +00:00
lib.rs mk: Move from -D warnings to #![deny(warnings)] 2016-01-24 20:35:55 -08:00
macros.rs Correct the documentation of debug_assert_eq 2015-12-29 11:01:35 -05:00
marker.rs Fix spacing style of T: Bound in docs 2016-01-17 23:44:33 +01:00
mem.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
nonzero.rs Register new snapshots 2015-12-21 09:26:21 -08:00
ops.rs Auto merge of #32051 - steveklabnik:gh9447, r=bluss 2016-03-07 06:54:36 +00:00
option.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
raw.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
result.rs End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
slice.rs Auto merge of #30884 - durka:inclusive-ranges, r=aturon 2016-03-06 07:16:41 +00:00
tuple.rs Properly document tuples 2016-02-09 16:00:50 -05:00