Skip to content

chore: remove deprecated stuff from tuple.rs

Georgy Moshkin requested to merge gmoshkin/remove-deprecated into master

Summary

  • removed deprecated trait AsTuple
  • removed deprecated Tuple methods from_struct, as_struct & into_struct
  • removed deprecated FunctionArgs method as_struct

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Егор Ивков

Merge request reports