mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
This reverts commit 4833c2a7f4
.
This commit is contained in:
parent
ccb31bc949
commit
5a77339df0
1 changed files with 0 additions and 6 deletions
|
@ -519,12 +519,6 @@ impl TypeInfo {
|
|||
pub(crate) unsafe fn drop(&self, data: *mut u8) {
|
||||
(self.drop)(data)
|
||||
}
|
||||
|
||||
#[allow(missing_docs)]
|
||||
#[inline]
|
||||
pub fn type_name(&self) -> &'static str {
|
||||
self.type_name
|
||||
}
|
||||
}
|
||||
|
||||
impl PartialOrd for TypeInfo {
|
||||
|
|
Loading…
Reference in a new issue