Sindbad~EG File Manager

Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/syn/tests/
Upload File :
Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/syn/tests/test_parse_stream.rs

#![allow(clippy::let_underscore_untyped)]

use syn::ext::IdentExt;
use syn::parse::ParseStream;
use syn::{Ident, Token};

#[test]
fn test_peek() {
    let _ = |input: ParseStream| {
        let _ = input.peek(Ident);
        let _ = input.peek(Ident::peek_any);
        let _ = input.peek(Token![::]);
    };
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists