mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-27 07:19:04 +02:00
update bump script
This commit is contained in:
@ -118,7 +118,7 @@ impl<T: ?Sized> Deref for Data<T> {
|
||||
|
||||
impl<T: ?Sized> Clone for Data<T> {
|
||||
fn clone(&self) -> Data<T> {
|
||||
Data(self.0.clone())
|
||||
Data(Arc::clone(&self.0))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user