mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-08 13:39:56 +00:00
docs: add docstring for jj-lib
crate
This commit is contained in:
parent
80b86e653d
commit
24c7b59a80
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
#![deny(unused_must_use)]
|
#![deny(unused_must_use)]
|
||||||
|
//! Jujutsu version control system.
|
||||||
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod content_hash;
|
mod content_hash;
|
||||||
|
|
Loading…
Reference in a new issue