Make Generator non_exhaustive.
This commit is contained in:
parent
b07efbf43f
commit
f635062299
|
@ -29,6 +29,7 @@
|
||||||
|
|
||||||
/// A generator for Gravatar image URLs.
|
/// A generator for Gravatar image URLs.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
#[non_exhaustive]
|
||||||
pub struct Generator {
|
pub struct Generator {
|
||||||
/// The base URL for images, defaults to `www.gravatar.com`.
|
/// The base URL for images, defaults to `www.gravatar.com`.
|
||||||
pub base_url: String,
|
pub base_url: String,
|
||||||
|
|
Loading…
Reference in New Issue