Fix comment formatting.
This commit is contained in:
parent
2fa53c0385
commit
b7d032c219
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ fn cargo_env() {
|
|||
|
||||
#[test]
|
||||
#[should_panic(expected = "Explicit panic")]
|
||||
fn do_panic() {
|
||||
// In large, friendly letters :)
|
||||
fn do_panic() // In large, friendly letters :)
|
||||
{
|
||||
panic!("Explicit panic from test!");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue