1 2 3 4 5 6
use crate::{assert_parsing_eq, attribute::parse_visible}; #[test] fn test_parse_type() { assert_parsing_eq!(parse_visible, " visible", Ok(("", None))) }