Commit 8f80c4ea authored by Landon James's avatar Landon James
Browse files

\#[allow(unknown_lints)]

parent 13c8bb31
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -135,6 +135,7 @@ expect_fn!(
macro_rules! expect_value_or_null_fn {
    ($name:ident, $token:ident, $typ:ident, $doc:tt) => {
        #[doc=$doc]
        #[allow(unknown_lints)]
        #[allow(mismatched_lifetime_syntaxes)]
        pub fn $name(token: Option<Result<Token<'_>, Error>>) -> Result<Option<$typ>, Error> {
            match token.transpose()? {