Skip to content

Commit 7ab0aa0

Browse files
authored
Update testing.md
1 parent 0cc85c7 commit 7ab0aa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/attributes/testing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ The possible value is either `unwind` or `abort`.
8888
The following is a playful example on choosing the right beverage.
8989

9090
```rust
91-
#![feature(cfg_panic)]
9291

9392
#[cfg(panic = "unwind")]
9493
fn ah(){ println!("Spit it out!!!!");}
@@ -109,7 +108,6 @@ fn main(){
109108

110109
Here is the same example rewritten.
111110
```rust
112-
#![feature(cfg_panic)]
113111

114112
fn drink(beverage: &str) {
115113
// You shouldn't drink too much sugary beverages.

0 commit comments

Comments
 (0)