Skip to content

Commit

Permalink
fix: corrected issue with type GoogleMapsClient alias
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Jan 10, 2025
1 parent aae5a45 commit 6f5350b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ pub use crate::{
pub use crate::client::Client as ClientSettings;

#[deprecated(note = "use `google_maps::Client` instead", since = "3.8.0")]
pub use crate::client::Client as Client;
pub use crate::client::Client as GoogleMapsClient;

#[deprecated(note = "use `google_maps::Error` instead", since = "3.8.0")]
pub use crate::error::Error as GoogleMapsError;
Expand Down

0 comments on commit 6f5350b

Please sign in to comment.