summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bin.rs11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/bin.rs b/src/bin.rs
index e94f6901..b9c75503 100644
--- a/src/bin.rs
+++ b/src/bin.rs
@@ -19,10 +19,13 @@
* along with meli. If not, see <http://www.gnu.org/licenses/>.
*/
-/*! This crate contains the frontend stuff of the application. The application entry way on `src/bin.rs` creates an event loop and passes input to the `ui` module.
-
-The mail handling stuff is done in the `melib` crate which includes all backend needs. The split is done to theoretically be able to create different frontends with the same innards.
- */
+//!
+//! This crate contains the frontend stuff of the application. The application entry way on
+//! `src/bin.rs` creates an event loop and passes input to the `ui` module.
+//!
+//! The mail handling stuff is done in the `melib` crate which includes all backend needs. The
+//! split is done to theoretically be able to create different frontends with the same innards.
+//!
use std::alloc::System;