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