Skip to content

Commit

Permalink
Add header to error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanford committed Mar 28, 2024
1 parent ba2f749 commit 53b5d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2020-2024 Ririsoft <[email protected]>
// SPDX-FileCopyrightText: 2024 Jordan Danford <[email protected]>
// SPDX-License-Identifier: Apache-2.0

use std::{
error, fmt, io,
ops::Deref,
Expand Down

0 comments on commit 53b5d4a

Please sign in to comment.