xso: make newlines after module comments consistent with other crates

This commit is contained in:
Jonas Schäfer 2024-06-18 17:18:48 +02:00
parent dd76a62bdd
commit 49adbc49ac
3 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
This module contains the error types used throughout the `xso` crate. This module contains the error types used throughout the `xso` crate.
*/ */
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net> // Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
// //
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public

View file

@ -13,6 +13,7 @@ advanced XML scenarios.
XSO is an acronym for XML Stream(ed) Objects, referring to the main field of 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. use of this library in parsing XML streams like specified in RFC 6120.
*/ */
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net> // Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
// //
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public

View file

@ -1,4 +1,5 @@
//! Implementations of traits from this crate for minidom types //! Implementations of traits from this crate for minidom types
// Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net> // Copyright (c) 2024 Jonas Schäfer <jonas@zombofant.net>
// //
// This Source Code Form is subject to the terms of the Mozilla Public // This Source Code Form is subject to the terms of the Mozilla Public