blob: a5111c00a3ecf0e5473e40ec85638fdca17a6472 [file] [log] [blame]
// ignore-test
// Companion to allow-in-other-module.rs
// This should not warn.
#![allow(not_a_real_lint)]
// This should not warn, either.
#[allow(not_a_real_lint)]
fn m() {}