mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
docs: use Devolutions logo
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
89c7549701
commit
5381b24444
32 changed files with 96 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#![doc = include_str!("../README.md")]
|
||||
#![doc(
|
||||
html_logo_url = "https://webdevolutions.blob.core.windows.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg"
|
||||
)]
|
||||
// No need to be as strict as in production libraries
|
||||
#![allow(clippy::arithmetic_side_effects)]
|
||||
#![allow(clippy::cast_lossless)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue