mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore(format): with new config
This commit is contained in:
parent
0a7ba6848e
commit
8160a866b0
4 changed files with 9 additions and 10 deletions
|
|
@ -137,9 +137,8 @@ impl<'a, B: ByteOrder> Buffer<'a, B> {
|
||||||
/// # Arguments
|
/// # Arguments
|
||||||
///
|
///
|
||||||
/// * `until` - An optional delimiter. If provided, the method will read
|
/// * `until` - An optional delimiter. If provided, the method will read
|
||||||
/// until this
|
/// until this delimiter is encountered. If not provided, the method will
|
||||||
/// delimiter is encountered. If not provided, the method will read until
|
/// read until the default delimiter of the decoder.
|
||||||
/// the default delimiter of the decoder.
|
|
||||||
///
|
///
|
||||||
/// # Errors
|
/// # Errors
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue