rust-bitcoin-unsafe-fast/src/network
Riccardo Casatta 9e7bb0967c
Merge : Put rustdocs above attributes
533120899e Put rustdocs above attributes (Tobin Harding)

Pull request description:

  (Trivial / Very low priority PR)

  Rust idiomatic style is to put the rustdoc _above_ any attributes on types, functions, etc.

  Audit the codebase and move comments/attributes to the correct place. Add a trailing full stop at times to neaten things up a little extra.

  Done after discussion [here](https://github.com/rust-bitcoin/rust-secp256k1/pull/353#discussion_r778393138)

ACKs for top commit:
  Kixunil:
    ACK 533120899e
  RCasatta:
    ACK 533120899e

Tree-SHA512: 7cd00dc46de813cbe3f96417bb4b13980064e10110b421224496c8b64bbe87b61b6c757cc621fde1d05754be6ecdc08acdb51fd8978e3f820d2d93f7104062d1
2022-01-06 14:09:23 +01:00
..
address.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
constants.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
message.rs Put rustdocs above attributes 2022-01-06 13:04:47 +11:00
message_blockdata.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
message_bloom.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
message_filter.rs Put rustdocs above attributes 2022-01-06 13:04:47 +11:00
message_network.rs Fixed a bunch of clippy lints, added clippy.toml 2021-12-21 22:50:13 +01:00
mod.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
stream_reader.rs Fix typos 2022-01-05 09:39:57 +01:00