Module-level doc comments

This commit is contained in:
Deirdre Connolly 2020-03-13 17:38:42 -04:00 committed by Deirdre Connolly
parent ea773c7a4b
commit b03d70090f
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
//! Sapling key types
use std::{
fmt,
io::{self},

View File

@ -1,3 +1,5 @@
//! Sprout key types
use std::{
fmt,
io::{self},