mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2024-11-26 17:30:24 +00:00
fully qualify Type import for MSRV
This commit is contained in:
parent
3b243dd2b8
commit
06380b99cd
@ -225,6 +225,6 @@ enum Type {
|
||||
|
||||
#[test]
|
||||
fn regression_issue_494() {
|
||||
use Type::*;
|
||||
use self::Type::*;
|
||||
all_log_macros!("some message: {:?}, {:?}", None, Some);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user