mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Rust: Address review comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Call.
|
||||
* This module provides the public class `Call`.
|
||||
*/
|
||||
|
||||
private import internal.CallImpl
|
||||
|
||||
@@ -8,11 +8,9 @@ module Impl {
|
||||
/**
|
||||
* An expression that calls a function.
|
||||
*
|
||||
* This class abstract over the different ways in which a function can be called in Rust.
|
||||
* This class abstracts over the different ways in which a function can be called in Rust.
|
||||
*/
|
||||
abstract class Call extends ExprImpl::Expr {
|
||||
Call() { this.fromSource() }
|
||||
|
||||
/** Gets the number of arguments _excluding_ any `self` argument. */
|
||||
abstract int getNumberOfArguments();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user