Whitespace
This commit is contained in:
parent
8643f757a2
commit
c78020ef4f
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ pub pure fn get_ref<T>(opt: &r/Option<T>) -> &r/T {
|
|||
|
||||
pub pure fn expect<T>(opt: Option<T>, reason: ~str) -> T {
|
||||
/*!
|
||||
* Gets the value out of an option without copying, printing a
|
||||
* Gets the value out of an option without copying, printing a
|
||||
* specified message on failure.
|
||||
*
|
||||
* # Failure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue