mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Enforce formatting in CI (#46)
* [CI] Check formatting * Format all files
This commit is contained in:
parent
a6279177bb
commit
b95b2abe0f
76 changed files with 251 additions and 170 deletions
|
|
@ -15,8 +15,8 @@
|
|||
//! # Crate features:
|
||||
//! Enabled by default: None
|
||||
//!
|
||||
//! `serde` - enables json serialization/deserialization for all response types. <br>
|
||||
//! `no_games` - disables the included games support. <br>
|
||||
//! `serde` - enables json serialization/deserialization for all response types.
|
||||
//! <br> `no_games` - disables the included games support. <br>
|
||||
//! `no_services` - disables the included services support.
|
||||
|
||||
pub mod errors;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue