Mercurial > public > mercurial-scm > hg-stable
diff rust/hg-core/src/utils.rs @ 42767: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 | 7cae6bc29ff9 |
children | 5399532510ae |
line wrap: on
line diff
--- a/rust/hg-core/src/utils.rs Wed Jul 17 11:37:43 2019 +0200 +++ b/rust/hg-core/src/utils.rs Tue Jul 09 14:53:34 2019 +0200 @@ -1,3 +1,12 @@ +// utils module +// +// Copyright 2019 Raphaël Gomès <rgomes@octobus.net> +// +// This software may be used and distributed according to the terms of the +// GNU General Public License version 2 or any later version. + +//! Contains useful functions, traits, structs, etc. for use in core. + pub mod files; use std::convert::AsMut;