1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-08-31 10:46:58 +02:00

depend on repo

This commit is contained in:
Nikolay Kim
2019-02-03 11:16:24 -08:00
parent 429ad453d3
commit 5b8446105f
3 changed files with 4 additions and 8 deletions

View File

@@ -12,10 +12,6 @@ pub struct Blank<R, E> {
}
impl<R, E> Blank<R, E> {
//pub fn new() -> Blank<R, E> {
// Blank { _t: PhantomData }
//}
pub fn err<E1>(self) -> Blank<R, E1> {
Blank { _t: PhantomData }
}