From 49adbc49ac769d37817051dac0eecd145babfee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 18 Jun 2024 17:18:48 +0200 Subject: [PATCH] xso: make newlines after module comments consistent with other crates --- xso/src/error.rs | 1 + xso/src/lib.rs | 1 + xso/src/minidom_compat.rs | 1 + 3 files changed, 3 insertions(+) diff --git a/xso/src/error.rs b/xso/src/error.rs index b1ea2cf833ceccaaa43dea1ecbb258e989ea9431..c2340b88df19fa44b0068f0c94b7418ae2b446ac 100644 --- a/xso/src/error.rs +++ b/xso/src/error.rs @@ -3,6 +3,7 @@ This module contains the error types used throughout the `xso` crate. */ + // Copyright (c) 2024 Jonas Schäfer // // This Source Code Form is subject to the terms of the Mozilla Public diff --git a/xso/src/lib.rs b/xso/src/lib.rs index 81d9b00522991967678acc30660aa06a7d097e4b..cd4b5f9f42cfdb68a4ffe1fcb847214b24782a99 100644 --- a/xso/src/lib.rs +++ b/xso/src/lib.rs @@ -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 // // This Source Code Form is subject to the terms of the Mozilla Public diff --git a/xso/src/minidom_compat.rs b/xso/src/minidom_compat.rs index bbe0e194ce7c41cac0f5d1afe188b0efdf7300fb..9bd5ce40f849d25c814d822b6027b9bde6b1f0fb 100644 --- a/xso/src/minidom_compat.rs +++ b/xso/src/minidom_compat.rs @@ -1,4 +1,5 @@ //! Implementations of traits from this crate for minidom types + // Copyright (c) 2024 Jonas Schäfer // // This Source Code Form is subject to the terms of the Mozilla Public