49 |
/// Compiles an Aleo program function with the specified name.
|
50 |
#[allow(clippy::format_in_format_args)]
|
51 |
pub fn parse(self) -> Result<String> {
|
259 |
#[allow(clippy::format_in_format_args)]
|
260 |
fn install_hook(
|
178 |
///
|
179 |
#[allow(clippy::format_in_format_args)]
|
180 |
pub fn report_d88_summary(&self) -> usize {
|
294 |
///
|
295 |
#[allow(clippy::format_in_format_args)]
|
296 |
pub fn report_d88_header(&self) -> usize {
|
90 |
///
|
91 |
#[allow(clippy::format_in_format_args)]
|
92 |
pub fn print_16byte_len(
|
54 |
impl Display for Progress {
|
55 |
#[allow(clippy::format_in_format_args)]
|
56 |
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
|
163 |
#[allow(clippy::format_in_format_args)]
|
164 |
fn demo_base_fmt_wrapper_fmt_unsigned<T: PrimitiveUnsigned>(
|
184 |
#[allow(clippy::format_in_format_args)]
|
185 |
fn demo_base_fmt_wrapper_fmt_with_width_unsigned<T: PrimitiveUnsigned>(
|
206 |
#[allow(clippy::format_in_format_args)]
|
207 |
fn demo_base_fmt_wrapper_fmt_signed<T: PrimitiveSigned>(
|
227 |
#[allow(clippy::format_in_format_args)]
|
228 |
fn demo_base_fmt_wrapper_fmt_with_width_signed<T: PrimitiveSigned>(
|
249 |
#[allow(clippy::format_in_format_args)]
|
250 |
fn demo_base_fmt_wrapper_fmt_upper_unsigned<T: PrimitiveUnsigned>(
|
81 |
#[allow(clippy::format_in_format_args)]
|
82 |
fn demo_integer_to_string_with_width(gm: GenMode, config: GenConfig, limit: usize) {
|
108 |
#[allow(clippy::format_in_format_args)]
|
109 |
fn demo_integer_to_binary_string_with_width(gm: GenMode, config: GenConfig, limit: usize) {
|
123 |
#[allow(clippy::format_in_format_args)]
|
124 |
fn demo_integer_to_binary_string_with_0b_and_width(gm: GenMode, config: GenConfig, limit: usize) {
|
150 |
#[allow(clippy::format_in_format_args)]
|
151 |
fn demo_integer_to_octal_string_with_width(gm: GenMode, config: GenConfig, limit: usize) {
|
165 |
#[allow(clippy::format_in_format_args)]
|
166 |
fn demo_integer_to_octal_string_with_0o_and_width(gm: GenMode, config: GenConfig, limit: usize) {
|
84 |
#[allow(clippy::format_in_format_args)]
|
85 |
fn demo_natural_to_string_with_width(gm: GenMode, config: GenConfig, limit: usize) {
|
111 |
#[allow(clippy::format_in_format_args)]
|
112 |
fn demo_natural_to_binary_string_with_width(gm: GenMode, config: GenConfig, limit: usize) {
|
126 |
#[allow(clippy::format_in_format_args)]
|
127 |
fn demo_natural_to_binary_string_with_0b_and_width(gm: GenMode, config: GenConfig, limit: usize) {
|
153 |
#[allow(clippy::format_in_format_args)]
|
154 |
fn demo_natural_to_octal_string_with_width(gm: GenMode, config: GenConfig, limit: usize) {
|
168 |
#[allow(clippy::format_in_format_args)]
|
169 |
fn demo_natural_to_octal_string_with_0o_and_width(gm: GenMode, config: GenConfig, limit: usize) {
|
145 |
if line < infos.len() {
|
146 |
#[allow(clippy::format_in_format_args)]
|
147 |
if infos[line].0 == Info::UserAtHostname {
|
513 |
other_attribute => {
|
514 |
#[allow(clippy::format_in_format_args)]
|
515 |
// This follows the examples of the "format!" documenation as the way to limit string length of a {:?} parameter.
|
180 |
// This code is complicated enough. Let's not worry about format! in format!.
|
181 |
#[allow(unknown_lints, clippy::format_in_format_args)]
|
182 |
let code = format!(
|
2306 |
total_rewards += reward.lamports;
|
2307 |
#[allow(clippy::format_in_format_args)]
|
2308 |
writeln!(
|
2375 |
total_rewards += reward.lamports;
|
2376 |
#[allow(clippy::format_in_format_args)]
|
2377 |
writeln!(
|
4 |
clippy::ptr_offset_with_cast,
|
5 |
clippy::format_in_format_args
|
6 |
)]
|