cargo fmt

This commit is contained in:
Luke Parker 2023-03-20 20:43:52 -04:00
parent 952cf280c2
commit d58a7b0ebf
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc = include_str!("../README.md")]
/// The bitcoin Rust library.

View file

@ -1,5 +1,4 @@
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![doc = include_str!("../README.md")]
/// Tests for the Field trait.