Module-level doc comments
This commit is contained in:
parent
ea773c7a4b
commit
b03d70090f
|
@ -1,3 +1,5 @@
|
|||
//! Sapling key types
|
||||
|
||||
use std::{
|
||||
fmt,
|
||||
io::{self},
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
//! Sprout key types
|
||||
|
||||
use std::{
|
||||
fmt,
|
||||
io::{self},
|
||||
|
|
Loading…
Reference in New Issue