Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stdlib] Don't make
math.lcm
take owned
arguments
There's no need for `math.lcm` to take ownership of its arguments. Remove the `owned` keyword so the default argument convention of `borrowed` is used for the function arguments. This will also simplify #3041. MODULAR_ORIG_COMMIT_REV_ID: 782c1016c7fe287fc21115504e75098431fe80dd
- Loading branch information