rumblefrog / a2s-rs

Rust implementation of Source Query
MIT License
20 stars 14 forks source link

Dont run test with async feature #5

Closed CosmicHorrorDev closed 3 years ago

CosmicHorrorDev commented 3 years ago

Running cargo test --all-features results in the test_info test failing since it's not setup to work with the async version of the client. This simply feature gates the test and removes the unneeded extern crate ... declaration since this crate is for the 2018 edition which makes it unnecessary.