1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-21 18:44:19 +00:00

Remove unused AnyError type alias

This commit is contained in:
Steffo 2024-08-19 07:33:45 +02:00
parent 8081e173a0
commit 77efcd9762
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,2 +1 @@
pub use anyhow::Result as AnyResult;
pub use anyhow::Error as AnyError;