Fixed logo now showing up in doc

This commit is contained in:
François Autin
2023-04-21 14:46:06 +02:00
parent 052b950ca0
commit 33cbe77175
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#![doc(html_logo_url = "assets/logo.svg", html_favicon_url = "assets/logo.svg")]
#![doc(html_logo_url = "../assets/logo.svg", html_favicon_url = "../assets/logo.svg")]
#![warn(missing_docs)]
#![warn(clippy::missing_docs_in_private_items)]