We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb1a1b commit b0a706cCopy full SHA for b0a706c
crates/byondapi-rs/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "byondapi"
3
-version = "0.5.11"
+version = "0.5.12"
4
authors = ["tigercat2000 <nick.pilant@gmail.com>"]
5
edition = "2021"
6
description = "Idiomatic Rust bindings for BYONDAPI"
crates/byondapi-rs/src/value/refcounted.rs
@@ -1,6 +1,5 @@
-use std::ops::{Deref, DerefMut};
-
use super::ByondValue;
+use std::ops::{Deref, DerefMut};
/// Refcounted ByondValue, for refs you want rust to handle incrementing and decrementing.
#[derive(Debug)]
0 commit comments