1
Fork 0

Make Generator non_exhaustive.

This commit is contained in:
Bauke 2022-04-02 22:18:27 +02:00
parent b07efbf43f
commit f635062299
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
/// A generator for Gravatar image URLs.
#[derive(Debug)]
#[non_exhaustive]
pub struct Generator {
/// The base URL for images, defaults to `www.gravatar.com`.
pub base_url: String,