summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-26 14:34:41 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-05-11 11:21:36 +0200
commit89fa27180be5fca9efab7c97c7d3b3d026277fa5 (patch)
treee5e13ab040d3f79ae83cd8e8600a1583e172be43 /src/commands/build.rs
parente5a944e95d607fd292a071a0fd9828b6cf9d4326 (diff)
Add module-level docs
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/commands/build.rs')
-rw-r--r--src/commands/build.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/build.rs b/src/commands/build.rs
index df4b672..8825750 100644
--- a/src/commands/build.rs
+++ b/src/commands/build.rs
@@ -8,6 +8,8 @@
// SPDX-License-Identifier: EPL-2.0
//
+//! Implementation of the 'build' subcommand
+
use std::io::Write;
use std::path::Path;
use std::path::PathBuf;