fix rust warnings

This commit is contained in:
SpikeHD
2022-05-16 19:15:59 -07:00
parent 1463435b2a
commit 0381af4a32
3 changed files with 3 additions and 4 deletions

View File

@@ -42,6 +42,8 @@ export default class Downloads extends React.Component<IProps, IState> {
}
this.getGrasscutterFolder = this.getGrasscutterFolder.bind(this)
this.downloadGrasscutterStableRepo = this.downloadGrasscutterStableRepo.bind(this)
this.downloadGrasscutterDevRepo = this.downloadGrasscutterDevRepo.bind(this)
this.downloadGrasscutterStable = this.downloadGrasscutterStable.bind(this)
this.downloadGrasscutterLatest = this.downloadGrasscutterLatest.bind(this)
this.downloadResources = this.downloadResources.bind(this)