We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b233a commit d788b89Copy full SHA for d788b89
src/proj.rs
@@ -607,7 +607,10 @@ impl Proj {
607
/// # Safety
608
/// This method contains unsafe code.
609
pub fn def(&self) -> Result<String, ProjError> {
610
- Ok(self.pj_info().definition.expect("proj_pj_info did not provide a definition"))
+ Ok(self
611
+ .pj_info()
612
+ .definition
613
+ .expect("proj_pj_info did not provide a definition"))
614
}
615
616
/// Project geodetic coordinates (in radians) into the projection specified by `definition`
0 commit comments