1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

One more time ...

This commit is contained in:
Martin Hoffmann
2020-02-03 17:56:00 +01:00
parent c1608481e8
commit 20620bde0d

View File

@ -26,6 +26,7 @@
//! [origins]: origins/index.html
//! [repository]: repository/index.html
//!
#![allow(clippy::unknown_clippy_lints)]
pub use self::config::Config;
pub use self::operation::{Error, ExitError, Operation};