mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Remove confusing comment from ext types
This commit is contained in:
parent
5b8efd92a4
commit
c2fe1f631c
1 changed files with 1 additions and 6 deletions
|
@ -390,12 +390,7 @@ impl Value {
|
|||
}
|
||||
}
|
||||
|
||||
/// Extension authors should __not__ use this function.
|
||||
/// Extensions should _not_ use this method directly. When used properly,
|
||||
/// core will own all Value types and they should not need to be manually free'd
|
||||
/// in any extension code. However, if you are arbitrarily creating `Value` types
|
||||
/// that do not follow the intended control flow/API of the exposed traits, and are
|
||||
/// not returned to `core`, your extension _will_ leak the underlying memory.
|
||||
/// Extension authors should __not__ use this function, or enable the 'core_only' feature
|
||||
///
|
||||
/// # Safety
|
||||
/// consumes the value while freeing the underlying memory with null check.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue