diff --git a/source/lib.rs b/source/lib.rs index b99cb88..de51510 100644 --- a/source/lib.rs +++ b/source/lib.rs @@ -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,