Mercurial > public > mercurial-scm > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
42766:849e744b925d | 42767:4b3b27d567d5 |
---|---|
1 // utils module | |
2 // | |
3 // Copyright 2019 Raphaël Gomès <rgomes@octobus.net> | |
4 // | |
5 // This software may be used and distributed according to the terms of the | |
6 // GNU General Public License version 2 or any later version. | |
7 | |
8 //! Contains useful functions, traits, structs, etc. for use in core. | |
9 | |
1 pub mod files; | 10 pub mod files; |
2 | 11 |
3 use std::convert::AsMut; | 12 use std::convert::AsMut; |
4 | 13 |
5 /// Takes a slice and copies it into an array. | 14 /// Takes a slice and copies it into an array. |