docs: Remove header image from inline docs (#2045)

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11820048464

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
Fabian-Lars
2024-11-13 15:15:50 +00:00
committed by tauri-bot
parent c7142436b6
commit dd1f2edcbe

View File

@@ -2,8 +2,6 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
//! [![](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/http/banner.png)](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/http)
//!
//! Access the HTTP client written in Rust.
pub use reqwest;