We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d043d1 commit 311b133Copy full SHA for 311b133
godot-core/src/builtin/string/string_name.rs
@@ -56,7 +56,7 @@ pub struct StringName {
56
}
57
58
impl StringName {
59
- pub(crate) fn from_opaque(opaque: sys::types::OpaqueStringName) -> Self {
+ fn from_opaque(opaque: sys::types::OpaqueStringName) -> Self {
60
Self { opaque }
61
62
godot-core/src/meta/property_info.rs
@@ -195,6 +195,7 @@ impl PropertyInfo {
195
let _hint_string = GString::from_owned_string_sys(info.hint_string);
196
197
198
+
199
/// Moves its values into given `GDExtensionPropertyInfo`, dropping previous values if necessary.
200
///
201
/// # Safety
0 commit comments