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