diff rust/hg-core/src/utils/files.rs @ 42751:4b3b27d567d5

rust-docstrings: add missing module docstrings Differential Revision: https://phab.mercurial-scm.org/D6630
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 09 Jul 2019 14:53:34 +0200
parents cad3dde7a573
children b1b984f9c01d
line wrap: on
line diff
--- a/rust/hg-core/src/utils/files.rs	Wed Jul 17 11:37:43 2019 +0200
+++ b/rust/hg-core/src/utils/files.rs	Tue Jul 09 14:53:34 2019 +0200
@@ -1,3 +1,14 @@
+// files.rs
+//
+// Copyright 2019
+// Raphaël Gomès <rgomes@octobus.net>,
+// Yuya Nishihara <yuya@tcha.org>
+//
+// This software may be used and distributed according to the terms of the
+// GNU General Public License version 2 or any later version.
+
+//! Functions for fiddling with files.
+
 use std::iter::FusedIterator;
 use std::path::Path;