diff options
Diffstat (limited to 'src/xchan.rs')
-rw-r--r-- | src/xchan.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xchan.rs b/src/xchan.rs index 20bbe8d..2e42c39 100644 --- a/src/xchan.rs +++ b/src/xchan.rs @@ -14,10 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. -use crate::{ - client::Client, - error::Error, -}; +use crate::{client::Client, error::Error}; //use serde::{Serialize, Serializer}; use serde::Serialize; |