shorten URLs to placate make tidy
.
This commit is contained in:
parent
83077bee93
commit
5708f44b36
4 changed files with 8 additions and 4 deletions
|
@ -12,7 +12,8 @@
|
|||
|
||||
// Example adapted from RFC 1238 text (just left out the feature gate).
|
||||
|
||||
// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#example-of-the-unguarded-escape-hatch
|
||||
// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
|
||||
// #example-of-the-unguarded-escape-hatch
|
||||
|
||||
// #![feature(dropck_parametricity)]
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
// Example taken from RFC 1238 text
|
||||
|
||||
// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#examples-of-code-that-must-continue-to-work
|
||||
// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
|
||||
// #examples-of-code-that-must-continue-to-work
|
||||
|
||||
use std::cell::Cell;
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
// Example taken from RFC 1238 text
|
||||
|
||||
// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#examples-of-code-that-must-continue-to-work
|
||||
// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
|
||||
// #examples-of-code-that-must-continue-to-work
|
||||
|
||||
use std::cell::Cell;
|
||||
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
// Example taken from RFC 1238 text
|
||||
|
||||
// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md#example-of-the-unguarded-escape-hatch
|
||||
// https://github.com/rust-lang/rfcs/blob/master/text/1238-nonparametric-dropck.md
|
||||
// #example-of-the-unguarded-escape-hatch
|
||||
|
||||
#![feature(dropck_parametricity)]
|
||||
use std::cell::Cell;
|
||||
|
|
Loading…
Add table
Reference in a new issue