Fix comment formatting.

This commit is contained in:
Mateusz Gienieczko
2022-05-22 00:59:49 +02:00
parent 2fa53c0385
commit b7d032c219
+2 -2
View File
@@ -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!");
}