alphabetical in package/outputs/mod

This commit is contained in:
damirka 2021-08-18 18:07:05 +03:00
parent 6f8443fdaf
commit 9caca65409

View File

@ -14,6 +14,9 @@
// You should have received a copy of the GNU General Public License
// along with the Leo library. If not, see <https://www.gnu.org/licenses/>.
pub mod ast_snapshot;
pub use self::ast_snapshot::*;
pub mod circuit;
pub use self::circuit::*;
@ -29,8 +32,5 @@ pub use self::proof::*;
pub mod proving_key;
pub use self::proving_key::*;
pub mod ast_snapshot;
pub use self::ast_snapshot::*;
pub mod verification_key;
pub use self::verification_key::*;