mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
xso: make newlines after module comments consistent with other crates
This commit is contained in:
parent
dd76a62bdd
commit
49adbc49ac
3 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
This module contains the error types used throughout the `xso` crate.
|
||||
*/
|
||||
|
||||
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
|
||||
//
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
|
|
@ -13,6 +13,7 @@ advanced XML scenarios.
|
|||
XSO is an acronym for XML Stream(ed) Objects, referring to the main field of
|
||||
use of this library in parsing XML streams like specified in RFC 6120.
|
||||
*/
|
||||
|
||||
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
|
||||
//
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
//! Implementations of traits from this crate for minidom types
|
||||
|
||||
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
|
||||
//
|
||||
// This Source Code Form is subject to the terms of the Mozilla Public
|
||||
|
|
Loading…
Reference in a new issue