-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix cargo fmt
error
#7
Conversation
2e0b48b
to
4fe032d
Compare
4fe032d
to
3e36576
Compare
@rainliu |
thanks for the fix. |
looks like still failure. Have to revert it. |
@rainliu
|
sorry, my fault. I just removed state.rs to get cargo fmt pass. |
@rainliu |
@rainliu |
no need, I put your changes in the latest commit. |
close util::Conn connection on .close()
Moved checksum check sooner in the parsing for faster failures
and PollDataChannel::set_read_buf_capacity
closes #5
reference: rust-lang/rustfmt#3666