ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: add docstring for jj-lib crate

This commit is contained in:
Waleed Khan 2023-07-09 20:27:39 +03:00
parent 80b86e653d
commit 24c7b59a80

View file

@ -13,6 +13,8 @@
// limitations under the License.
#![deny(unused_must_use)]
//! Jujutsu version control system.
#[macro_use]
mod content_hash;