WIP: libdelimiter #172
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "libdelimiter"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +18,4 @@use std::{io::{ Read, Result },mem::self,selfis unnecessary here and gets caught byrust-analyzer.@ -0,0 +64,4 @@},Ok(n) => {let content = &buf[..n];self.buffer.extend_from_slice(&content);unnecessary to reference
contentwhich is itself already a referencewould recommend running format on it, there are a few random things here and there (including trailing whitespace and mixed spaces/tabs for indents)
@ -0,0 +96,4 @@#[test]fn testing() {let d = '\u{1E}'.to_string();.to_string()is unnecessary here as aSeparatorcan be acharand.as_bytesis implemented forcharsnevermind i am the biggest fool
ac467e26cetoc1df6e6322looks fine to me now
Checkout
From your project repository, check out a new branch and test the changes.