Hide Lines

hidden()
nothidden():
    hidden()
    hidden()
    nothidden()
hidden()
nothidden():
    hidden()
    hidden()
    nothidden()
#![allow(unused)]
#![allow(something)]
fn main() {

#hidden();
hidden();
# not_hidden();
#[not_hidden]
not_hidden();
}