mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 16:00:10 +00:00
Format with rustfmt 1.4.30-nightly
This commit is contained in:
parent
9203f69d7a
commit
875eb74f8c
@ -92,7 +92,10 @@ fn test_missing_in_path() {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_crate_path() {
|
fn test_crate_path() {
|
||||||
assert_vis_parse!("pub(crate::A, crate::B)", Ok(Visibility::Public(_)) + "(crate::A, crate::B)");
|
assert_vis_parse!(
|
||||||
|
"pub(crate::A, crate::B)",
|
||||||
|
Ok(Visibility::Public(_)) + "(crate::A, crate::B)"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user