Fix documentation for qr_code widget helper

This commit is contained in:
Héctor Ramón Jiménez 2024-02-15 02:47:35 +01:00
parent feab96f323
commit 777e2e34f5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -389,7 +389,7 @@ where
/// Creates a new [`QRCode`] widget from the given [`Data`].
///
/// [`Svg`]: crate::QRCode
/// [`QRCode`]: crate::QRCode
/// [`Data`]: crate::qr_code::Data
#[cfg(feature = "qr_code")]
pub fn qr_code<Theme>(data: &crate::qr_code::Data) -> crate::QRCode<'_, Theme>