Fix comment formatting.
This commit is contained in:
parent
2fa53c0385
commit
b7d032c219
@ -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…
x
Reference in New Issue
Block a user