mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-12 12:59:56 +00:00
Added various rustfmt configurations.
Revised documentation of the library and lint opt-out reasons. Moved some module documentation to it's own file due to overflowing the line limit. Fixed several spelling errors.
This commit is contained in:
@@ -93,7 +93,7 @@ impl Bytes for Deck {
|
||||
unknown: [0xc],
|
||||
);
|
||||
|
||||
// Nanme / Owner
|
||||
// Name / Owner
|
||||
util::write_maybe_null_ascii_string(&self.name, bytes.name).map_err(ToBytesError::Name)?;
|
||||
util::write_maybe_null_ascii_string(&self.owner, bytes.owner).map_err(ToBytesError::Owner)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user