Skip to content

Commit

Permalink
Remove parens
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreachable committed Apr 5, 2019
1 parent 84096e0 commit 62a7bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/hint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ use intrinsics;
/// difficult-to-debug problems.
///
/// Use this function only when you can prove that the code will never call it.
/// Otherwise, consider using the [`unreachable!()`] macro, which does not allow
/// Otherwise, consider using the [`unreachable!`] macro, which does not allow
/// optimizations but will panic when executed.
///
/// [`unreachable!()`]: ../macro.unreachable.html
/// [`unreachable!`]: ../macro.unreachable.html
///
/// # Example
///
Expand Down

0 comments on commit 62a7bfd

Please sign in to comment.