Skip to content

Commit

Permalink
try renamed docker test file
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Sep 15, 2019
1 parent 4a542be commit 0522399
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docker-compose.test.yml
@@ -0,0 +1,3 @@
sut:
build: .
command: "true"
3 changes: 0 additions & 3 deletions docker.test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/channel/mod.rs
Expand Up @@ -7,7 +7,7 @@ use nix::sys::socket;
use notifier::{Notifier, Triggerer};
use serde::{de::DeserializeOwned, Deserialize, Serialize};
use std::{
borrow::Borrow, collections::{hash_map, HashMap}, convert::Infallible, error::Error, fmt, marker, mem, net::{IpAddr, Ipv4Addr, SocketAddr}, pin::Pin, ptr, sync::{Arc, RwLock, RwLockWriteGuard}, task::{Context, Poll, Waker}, thread
borrow::Borrow, collections::{hash_map, HashMap}, convert::Infallible, error::Error, fmt, marker, mem, net::{IpAddr, SocketAddr}, pin::Pin, ptr, sync::{Arc, RwLock, RwLockWriteGuard}, task::{Context, Poll, Waker}, thread
};
use tcp_typed::{Connection, Listener};

Expand Down

0 comments on commit 0522399

Please sign in to comment.