diff rust/hg-core/src/lib.rs @ 46443:43d63979a75e

rust: use HgError in RevlogError and Vfs Differential Revision: https://phab.mercurial-scm.org/D9897
author Simon Sapin <simon.sapin@octobus.net>
date Wed, 27 Jan 2021 14:45:25 +0100
parents 776b97179c06
children 6c778d20c8c2
line wrap: on
line diff
--- a/rust/hg-core/src/lib.rs	Wed Jan 27 14:59:09 2021 +0100
+++ b/rust/hg-core/src/lib.rs	Wed Jan 27 14:45:25 2021 +0100
@@ -3,6 +3,7 @@
 //
 // This software may be used and distributed according to the terms of the
 // GNU General Public License version 2 or any later version.
+
 mod ancestors;
 pub mod dagops;
 pub mod errors;