rust/src/libcore/ops
lukaramu 6bdba82ba1 std::ops docs: incorporated changes suggested in review
* fixed link typos and copy-paster errors
* rewrote Fn* explanations
* `RHS = Self` -> `RHS` is `Self` (added that to all applicable places as
  well)
* fixed up some links
* s/MutDeref/DerefMut
* removed remaining superfluous `fn main()`s
* fixed some minor phrasings and factual errors and inaccuracies

std::ops docs: Fix phrasing and factual errors/inaccuracies
2017-08-12 19:53:04 +02:00
..
arith.rs std::ops docs: incorporated changes suggested in review 2017-08-12 19:53:04 +02:00
bit.rs std::ops docs: incorporated changes suggested in review 2017-08-12 19:53:04 +02:00
deref.rs std::ops docs: incorporated changes suggested in review 2017-08-12 19:53:04 +02:00
drop.rs Revise Drop docs 2017-08-07 23:10:16 +02:00
function.rs std::ops docs: incorporated changes suggested in review 2017-08-12 19:53:04 +02:00
index.rs std::ops docs: incorporated changes suggested in review 2017-08-12 19:53:04 +02:00
mod.rs Added to core::ops module docs 2017-08-08 00:37:20 +02:00
place.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
range.rs std::ops docs: incorporated changes suggested in review 2017-08-12 19:53:04 +02:00
try.rs Use rustc_on_unimplemented's trait name argument in try 2017-07-27 19:18:22 -07:00
unsize.rs Move CoerceUnsized to module. 2017-06-09 19:07:27 -04:00