mirror of
https://github.com/OMGeeky/google_bigquery_v2.git
synced 2026-02-23 15:49:50 +01:00
remove unused mut
This commit is contained in:
@@ -214,7 +214,7 @@ pub trait BigQueryTable: BigQueryTableBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// proxy for update
|
/// proxy for update
|
||||||
async fn save(&mut self) -> Result<()>
|
async fn save(&self) -> Result<()>
|
||||||
where
|
where
|
||||||
Self: Sized + Clone + Send + Sync + Debug + Default,
|
Self: Sized + Clone + Send + Sync + Debug + Default,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user