Function clippy_lints::needless_continue::erode_block [] [src]

pub fn erode_block(s: &str) -> String

If s contains the code for a block, delimited by braces, this function tries to get the contents of the block. If there is no closing brace present, an empty string is returned.