fix: clippy empty-line-after-doc-comment in browser.rs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-03-29 16:45:05 +02:00
parent 140234c139
commit f275a93bec

View file

@ -1,5 +1,5 @@
/// Browser fingerprint selection and rotation.
/// Maps our BrowserProfile enum to webclaw-http client builder methods.
//! Browser fingerprint selection and rotation.
//! Maps our BrowserProfile enum to webclaw-http client builder methods.
/// Which browser identity to present at the TLS/HTTP layer.
#[derive(Debug, Clone, Default)]