File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ pub fn cs() -> SegmentSelector {
266
266
}
267
267
/// Alias for [`FS::write_base()`].
268
268
///
269
- /// Raises #GP if the provided address is non-canonical.
269
+ /// Panics if the provided address is non-canonical.
270
270
#[ deprecated( since = "0.14.4" , note = "use `FS::write_base()` instead" ) ]
271
271
#[ allow( clippy:: missing_safety_doc) ]
272
272
#[ inline]
@@ -282,7 +282,7 @@ pub unsafe fn rdfsbase() -> u64 {
282
282
}
283
283
/// Alias for [`GS::write_base()`].
284
284
///
285
- /// Raises #GP if the provided address is non-canonical.
285
+ /// Panics if the provided address is non-canonical.
286
286
#[ deprecated( since = "0.14.4" , note = "use `GS::write_base()` instead" ) ]
287
287
#[ allow( clippy:: missing_safety_doc) ]
288
288
#[ inline]
You can’t perform that action at this time.
0 commit comments