Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate display methods on hurl_core::ast::json.rs #3624

Open
jcamiel opened this issue Jan 21, 2025 · 0 comments
Open

Duplicate display methods on hurl_core::ast::json.rs #3624

jcamiel opened this issue Jan 21, 2025 · 0 comments

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Jan 21, 2025

impl fmt::Display for Value {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

vs

pub fn encoded(&self) -> String {

Maybe one method is not useful, (see also the coverage on this file => https://orange-opensource.github.io/hurl/coverage/packages/hurl_core/src/ast/json.rs.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant