Remove unnecessary tests/mod.rs file.

This commit is contained in:
Isis Lovecruft 2018-12-30 04:01:39 +00:00
parent e6528bd683
commit 144e87bfc8
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -1,17 +0,0 @@
// -*- mode: rust; -*-
//
// This file is part of ed25519-dalek.
// Copyright (c) 2017-2018 isis lovecruft
// See LICENSE for licensing information.
//
// Authors:
// - isis agora lovecruft <isis@patternsinthevoid.net>
//! Integration tests for ed25519-dalek.
extern crate ed25519_dalek;
extern crate hex;
extern crate rand;
extern crate sha2;
mod ed25519;