Skip to content

Commit 6f5350b

Browse files
committed
fix: corrected issue with type GoogleMapsClient alias
1 parent aae5a45 commit 6f5350b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ pub use crate::{
492492
pub use crate::client::Client as ClientSettings;
493493

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

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

0 commit comments

Comments
 (0)