book icon indicating copy to clipboard operation
book copied to clipboard

added the short hand for the #[should_panic = "msg"]

Open santoshxshrestha opened this issue 5 months ago • 0 comments

#[should_panic = "msg"] is shorthand for #[should_panic(expected = "msg")]

santoshxshrestha avatar May 14 '25 20:05 santoshxshrestha