mirror of
https://github.com/typst/typst
synced 2025-07-27 22:37:54 +08:00
Note that `path` was left out because it may not be removed, but replaced by a path type constructor right away.
5 lines
183 B
Typst
5 lines
183 B
Typst
--- cbor-decode-deprecated ---
|
|
// Warning: 15-21 `cbor.decode` is deprecated, directly pass bytes to `cbor` instead
|
|
// Hint: 15-21 this will be removed in 0.15.0
|
|
#let _ = cbor.decode
|