mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
Fix comment formatting.
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user