This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix use declarations in tests.
wip
Titouan Rigoudy
7 years ago
parent
2e64e5a9ff
commit
585e9a5873
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/proto/peer/message.rs
+1
-1
src/proto/server/request.rs
+1
-1
src/proto/server/response.rs
+ 1
- 1
src/proto/peer/message.rs
View File
@ -159,7 +159,7 @@ mod tests {
use
bytes
::
BytesMut
;
use
proto
::
codec
::
tests
::
{
expect_io_error
,
roundtrip
}
;
use
proto
::
base_
codec
::
tests
::
{
expect_io_error
,
roundtrip
}
;
use
proto
::
{
Decode
,
ProtoEncoder
}
;
use
super
::
*
;
+ 1
- 1
src/proto/server/request.rs
View File
@ -587,7 +587,7 @@ mod tests {
use
bytes
::
BytesMut
;
use
proto
::
codec
::
tests
::
{
expect_io_error
,
roundtrip
}
;
use
proto
::
base_
codec
::
tests
::
{
expect_io_error
,
roundtrip
}
;
use
proto
::
{
Decode
,
ProtoEncoder
}
;
use
super
::
*
;
+ 1
- 1
src/proto/server/response.rs
View File
@ -1344,7 +1344,7 @@ mod tests {
use
bytes
::
BytesMut
;
use
proto
::
codec
::
tests
::
{
expect_io_error
,
roundtrip
}
;
use
proto
::
base_
codec
::
tests
::
{
expect_io_error
,
roundtrip
}
;
use
proto
::
{
Decode
,
ProtoEncoder
}
;
use
super
::
*
;
Write
Preview
Loading…
Cancel
Save